1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-01 20:56:06 +02:00

json schemaに誤りがあるのを修正

This commit is contained in:
syuilo
2025-08-27 17:01:02 +09:00
parent 5fef2332f4
commit 439337a108

View File

@@ -473,6 +473,10 @@ export const meta = {
type: 'string',
optional: false, nullable: true,
},
feedbackUrl: {
type: 'string',
optional: false, nullable: true,
},
summalyProxy: {
type: 'string',
optional: false, nullable: true,