aboutsummaryrefslogtreecommitdiffhomepage
path: root/shared/models/activitypub/objects
diff options
context:
space:
mode:
Diffstat (limited to 'shared/models/activitypub/objects')
-rw-r--r--shared/models/activitypub/objects/video-torrent-object.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/shared/models/activitypub/objects/video-torrent-object.ts b/shared/models/activitypub/objects/video-torrent-object.ts
index 5ccc80bcb..cf0e0ba54 100644
--- a/shared/models/activitypub/objects/video-torrent-object.ts
+++ b/shared/models/activitypub/objects/video-torrent-object.ts
@@ -18,6 +18,7 @@ export interface VideoTorrentObject {
18 language: ActivityIdentifierObject 18 language: ActivityIdentifierObject
19 views: number 19 views: number
20 nsfw: boolean 20 nsfw: boolean
21 commentsEnabled: boolean
21 published: string 22 published: string
22 updated: string 23 updated: string
23 mediaType: 'text/markdown' 24 mediaType: 'text/markdown'