X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=shared%2Fmodels%2Factivitypub%2Fobjects%2Fabuse-object.ts;h=d938b869333d1b781834320f445b10f03553e7e5;hb=f18a060a83d7053897173b2a24fb7984893131c7;hp=ad45cc064e7a04255278e640b21d8a89499cbfb2;hpb=17aa80ed016bafa3ccb071af3f86054033823284;p=github%2FChocobozzz%2FPeerTube.git diff --git a/shared/models/activitypub/objects/abuse-object.ts b/shared/models/activitypub/objects/abuse-object.ts index ad45cc064..d938b8693 100644 --- a/shared/models/activitypub/objects/abuse-object.ts +++ b/shared/models/activitypub/objects/abuse-object.ts @@ -2,7 +2,10 @@ import { ActivityFlagReasonObject } from './common-objects' export interface AbuseObject { type: 'Flag' + content: string + mediaType: 'text/markdown' + object: string | string[] tag?: ActivityFlagReasonObject[]