diff options
Diffstat (limited to 'shared/models/activitypub')
-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 8504c178f..df07507b4 100644 --- a/shared/models/activitypub/objects/video-torrent-object.ts +++ b/shared/models/activitypub/objects/video-torrent-object.ts | |||
@@ -24,6 +24,7 @@ export interface VideoTorrentObject { | |||
24 | waitTranscoding: boolean | 24 | waitTranscoding: boolean |
25 | state: VideoState | 25 | state: VideoState |
26 | published: string | 26 | published: string |
27 | originallyPublishedAt: string | ||
27 | updated: string | 28 | updated: string |
28 | mediaType: 'text/markdown' | 29 | mediaType: 'text/markdown' |
29 | content: string | 30 | content: string |