]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - shared/models/activitypub/objects/video-torrent-object.ts
Add missing mediaType info to AP objects
[github/Chocobozzz/PeerTube.git] / shared / models / activitypub / objects / video-torrent-object.ts
index bfbcfb1a5269839f46bc812cc08cd9586a7606e6..9faa3bb8794b52f4995ad6e5e6b5a5a48b52c3f9 100644 (file)
@@ -33,8 +33,10 @@ export interface VideoObject {
   published: string
   originallyPublishedAt: string
   updated: string
+
   mediaType: 'text/markdown'
   content: string
+
   support: string
 
   icon: ActivityIconObject[]