diff options
Diffstat (limited to 'shared/models/activitypub/objects/abuse-object.ts')
-rw-r--r-- | shared/models/activitypub/objects/abuse-object.ts | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/shared/models/activitypub/objects/abuse-object.ts b/shared/models/activitypub/objects/abuse-object.ts deleted file mode 100644 index d938b8693..000000000 --- a/shared/models/activitypub/objects/abuse-object.ts +++ /dev/null | |||
@@ -1,15 +0,0 @@ | |||
1 | import { ActivityFlagReasonObject } from './common-objects' | ||
2 | |||
3 | export interface AbuseObject { | ||
4 | type: 'Flag' | ||
5 | |||
6 | content: string | ||
7 | mediaType: 'text/markdown' | ||
8 | |||
9 | object: string | string[] | ||
10 | |||
11 | tag?: ActivityFlagReasonObject[] | ||
12 | |||
13 | startAt?: number | ||
14 | endAt?: number | ||
15 | } | ||