1
0

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
+1
View File
@@ -6198,6 +6198,7 @@ export type operations = {
assigneeId: string | null;
reporter: components['schemas']['UserDetailedNotMe'];
targetUser: components['schemas']['UserDetailedNotMe'];
targetInstance: components['schemas']['FederationInstance'] | null;
assignee: components['schemas']['UserDetailedNotMe'] | null;
forwarded: boolean;
/** @enum {string|null} */