X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=shared%2Fmodels%2Factivitypub%2Fobjects%2Fvideo-torrent-object.ts;fp=shared%2Fmodels%2Factivitypub%2Fobjects%2Fvideo-torrent-object.ts;h=9faa3bb8794b52f4995ad6e5e6b5a5a48b52c3f9;hb=3726c3725506d0f8a26ded34f42d7bcfb5d0e639;hp=bfbcfb1a5269839f46bc812cc08cd9586a7606e6;hpb=696b45deb63bc9f36da9c9ee55c5d4a3a883b87e;p=github%2FChocobozzz%2FPeerTube.git diff --git a/shared/models/activitypub/objects/video-torrent-object.ts b/shared/models/activitypub/objects/video-torrent-object.ts index bfbcfb1a5..9faa3bb87 100644 --- a/shared/models/activitypub/objects/video-torrent-object.ts +++ b/shared/models/activitypub/objects/video-torrent-object.ts @@ -33,8 +33,10 @@ export interface VideoObject { published: string originallyPublishedAt: string updated: string + mediaType: 'text/markdown' content: string + support: string icon: ActivityIconObject[]