X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=shared%2Fmodels%2Factivitypub%2Fobjects%2Fvideo-abuse-object.ts;h=d9622b414895b6c70420b6284dc1fffa9c1971a1;hb=338eb9d33af690db716805fd2277bf68f473b58f;hp=5f1264a76b68e373beea13070584a8e86758c411;hpb=0b5c385b4529f3bef8f9523de3f9470ffa58f5f5;p=github%2FChocobozzz%2FPeerTube.git diff --git a/shared/models/activitypub/objects/video-abuse-object.ts b/shared/models/activitypub/objects/video-abuse-object.ts index 5f1264a76..d9622b414 100644 --- a/shared/models/activitypub/objects/video-abuse-object.ts +++ b/shared/models/activitypub/objects/video-abuse-object.ts @@ -1,5 +1,5 @@ export interface VideoAbuseObject { - type: 'Flag', + type: 'Flag' content: string object: string | string[] }