Merge branch 'develop' into re-ed25519

This commit is contained in:
tamaina 2024-07-31 11:51:16 +09:00
commit 1721c39f2a
182 changed files with 6500 additions and 4345 deletions

View file

@ -88,6 +88,10 @@ export const packedFederationInstanceSchema = {
type: 'boolean',
optional: false, nullable: false,
},
isMediaSilenced: {
type: 'boolean',
optional: false, nullable: false,
},
iconUrl: {
type: 'string',
optional: false, nullable: true,