Merge branch 'develop' into feature/2024.9.0

This commit is contained in:
Hazelnoot 2024-10-13 11:35:10 -04:00
commit 2cd41228d8
6 changed files with 37 additions and 7 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,