add missing rejectReports field to show-instance response
This commit is contained in:
@@ -121,6 +121,11 @@ export const packedFederationInstanceSchema = {
|
||||
optional: false,
|
||||
nullable: false,
|
||||
},
|
||||
rejectReports: {
|
||||
type: 'boolean',
|
||||
optional: false,
|
||||
nullable: false,
|
||||
},
|
||||
moderationNote: {
|
||||
type: 'string',
|
||||
optional: true, nullable: true,
|
||||
|
||||
Reference in New Issue
Block a user