1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-18 17:45:36 +02:00

Merge branch 'develop' into ed25519

This commit is contained in:
tamaina
2024-06-11 14:32:54 +09:00
316 changed files with 12361 additions and 1693 deletions

View File

@@ -45,6 +45,11 @@ export const packedFederationInstanceSchema = {
type: 'boolean',
optional: false, nullable: false,
},
suspensionState: {
type: 'string',
nullable: false, optional: false,
enum: ['none', 'manuallySuspended', 'goneSuspended', 'autoSuspendedForNotResponding'],
},
isBlocked: {
type: 'boolean',
optional: false, nullable: false,