diff options
Diffstat (limited to 'shared/models/activitypub/objects')
-rw-r--r-- | shared/models/activitypub/objects/video-torrent-object.ts | 1 |
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 6f03bf7d0..02820a4cb 100644 --- a/shared/models/activitypub/objects/video-torrent-object.ts +++ b/shared/models/activitypub/objects/video-torrent-object.ts | |||
@@ -23,6 +23,7 @@ export interface VideoTorrentObject { | |||
23 | updated: string | 23 | updated: string |
24 | mediaType: 'text/markdown' | 24 | mediaType: 'text/markdown' |
25 | content: string | 25 | content: string |
26 | support: string | ||
26 | icon: ActivityIconObject | 27 | icon: ActivityIconObject |
27 | url: ActivityUrlObject[] | 28 | url: ActivityUrlObject[] |
28 | likes?: ActivityPubOrderedCollection<string> | 29 | likes?: ActivityPubOrderedCollection<string> |