]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - shared/models/activitypub/objects/abuse-object.ts
Remove comments, rates and views from stats
[github/Chocobozzz/PeerTube.git] / shared / models / activitypub / objects / abuse-object.ts
index ad45cc064e7a04255278e640b21d8a89499cbfb2..d938b869333d1b781834320f445b10f03553e7e5 100644 (file)
@@ -2,7 +2,10 @@ import { ActivityFlagReasonObject } from './common-objects'
 
 export interface AbuseObject {
   type: 'Flag'
+
   content: string
+  mediaType: 'text/markdown'
+
   object: string | string[]
 
   tag?: ActivityFlagReasonObject[]