aboutsummaryrefslogtreecommitdiffhomepage
path: root/shared/models/activitypub/objects/video-torrent-object.ts
diff options
context:
space:
mode:
Diffstat (limited to 'shared/models/activitypub/objects/video-torrent-object.ts')
-rw-r--r--shared/models/activitypub/objects/video-torrent-object.ts2
1 files changed, 2 insertions, 0 deletions
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 {
33 published: string 33 published: string
34 originallyPublishedAt: string 34 originallyPublishedAt: string
35 updated: string 35 updated: string
36
36 mediaType: 'text/markdown' 37 mediaType: 'text/markdown'
37 content: string 38 content: string
39
38 support: string 40 support: string
39 41
40 icon: ActivityIconObject[] 42 icon: ActivityIconObject[]