Fix validation errors

main
Elbert Alias 4 years ago
parent bda463fec4
commit e61950c524

@ -637,7 +637,7 @@ class Site {
// DNS // DNS
if (!this.dns.length) { if (!this.dns.length) {
const records = {} const records = {}
const resolve = async (func, hostname) => { const resolve = (func, hostname) => {
return this.promiseTimeout( return this.promiseTimeout(
func(hostname).catch((error) => { func(hostname).catch((error) => {
if (error.code !== 'ENODATA') { if (error.code !== 'ENODATA') {

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.7 KiB

@ -8560,7 +8560,7 @@
"icon": "Misskey.svg", "icon": "Misskey.svg",
"meta": { "meta": {
"application-name": "Misskey" "application-name": "Misskey"
} },
"html": "<!-- Thank you for using Misskey! @syuilo -->" "html": "<!-- Thank you for using Misskey! @syuilo -->"
}, },
"Miva": { "Miva": {
@ -11395,13 +11395,9 @@
}, },
"Rotic": { "Rotic": {
"cats": [ "cats": [
5, 52
10,
32,
52,
58
], ],
"description": "Rotic is a conversion chatbot that understands your users, and curates information, answers questions, captures contacts, and books meetings instantly.", "description": "Rotic is a conversion chatbot that answers questions, captures contacts, and books meetings.",
"icon": "Rotic.png", "icon": "Rotic.png",
"scripts": "https://rotic.ir/api/v1/enterprise/\\S+/widget/\\S+", "scripts": "https://rotic.ir/api/v1/enterprise/\\S+/widget/\\S+",
"website": "https://rotic.ir" "website": "https://rotic.ir"

Loading…
Cancel
Save