add targetInstance to abuse report schema

This commit is contained in:
Hazelnoot 2025-05-28 01:33:55 -04:00
parent cfbf2c9c8e
commit 71f60d519b
4 changed files with 51 additions and 3 deletions

View file

@ -69,6 +69,11 @@ export const meta = {
nullable: false, optional: false,
ref: 'UserDetailedNotMe',
},
targetInstance: {
type: 'object',
nullable: true, optional: false,
ref: 'FederationInstance',
},
assignee: {
type: 'object',
nullable: true, optional: false,