add missing rejectReports field to show-instance response

This commit is contained in:
Hazelnoot 2024-10-11 10:21:32 -04:00
parent eb2ea85d40
commit a39f5c92b4
3 changed files with 15 additions and 0 deletions

View file

@ -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,