From c80341655fce5e70ad6da7d812e2ddeb1f8ef7f2 Mon Sep 17 00:00:00 2001 From: clementbrizard Date: Sat, 12 Jan 2019 13:41:45 +0000 Subject: Change models --- shared/models/activitypub/objects/video-torrent-object.ts | 1 + 1 file changed, 1 insertion(+) (limited to 'shared/models/activitypub') 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 { waitTranscoding: boolean state: VideoState published: string + originallyPublishedAt: string updated: string mediaType: 'text/markdown' content: string -- cgit v1.2.3