Fix validation errors

main
Elbert Alias 4 years ago
parent bda463fec4
commit e61950c524

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

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.7 KiB

@ -8560,7 +8560,7 @@
"icon": "Misskey.svg",
"meta": {
"application-name": "Misskey"
}
},
"html": "<!-- Thank you for using Misskey! @syuilo -->"
},
"Miva": {
@ -11395,13 +11395,9 @@
},
"Rotic": {
"cats": [
5,
10,
32,
52,
58
52
],
"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",
"scripts": "https://rotic.ir/api/v1/enterprise/\\S+/widget/\\S+",
"website": "https://rotic.ir"

Loading…
Cancel
Save