mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-03-21 11:40:49 +00:00
userのjson schemaに誤りがあるのを修正
This commit is contained in:
@@ -591,7 +591,7 @@ export const packedMeDetailedOnlySchema = {
|
||||
},
|
||||
mutedInstances: {
|
||||
type: 'array',
|
||||
nullable: true, optional: false,
|
||||
nullable: false, optional: false,
|
||||
items: {
|
||||
type: 'string',
|
||||
nullable: false, optional: false,
|
||||
|
||||
Reference in New Issue
Block a user