tweak client

This commit is contained in:
syuilo 2022-06-21 17:55:38 +09:00
parent a6fff86099
commit f880d0631c
8 changed files with 175 additions and 167 deletions

View file

@ -52,6 +52,10 @@ export const packedFederationInstanceSchema = {
type: 'boolean',
optional: false, nullable: false,
},
isBlocked: {
type: 'boolean',
optional: false, nullable: false,
},
softwareName: {
type: 'string',
optional: false, nullable: true,