1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-06-05 18:44:09 +02:00

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

This commit is contained in:
syuilo
2025-08-27 16:55:07 +09:00
parent 5eff31383f
commit 40a325cbe7

View File

@@ -591,7 +591,7 @@ export const packedMeDetailedOnlySchema = {
}, },
mutedInstances: { mutedInstances: {
type: 'array', type: 'array',
nullable: true, optional: false, nullable: false, optional: false,
items: { items: {
type: 'string', type: 'string',
nullable: false, optional: false, nullable: false, optional: false,