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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user