From de6310b2fcbb8a6b79c546b23dfa1920724faaa7 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Thu, 17 Sep 2020 13:59:02 +0200 Subject: Handle live federation --- shared/models/activitypub/objects/video-torrent-object.ts | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'shared/models/activitypub/objects') diff --git a/shared/models/activitypub/objects/video-torrent-object.ts b/shared/models/activitypub/objects/video-torrent-object.ts index 11de8fc56..5b035a371 100644 --- a/shared/models/activitypub/objects/video-torrent-object.ts +++ b/shared/models/activitypub/objects/video-torrent-object.ts @@ -7,7 +7,7 @@ import { } from './common-objects' import { VideoState } from '../../videos' -export interface VideoTorrentObject { +export interface VideoObject { type: 'Video' id: string name: string @@ -19,7 +19,10 @@ export interface VideoTorrentObject { language: ActivityIdentifierObject subtitleLanguage: ActivityIdentifierObject[] views: number + sensitive: boolean + isLiveBroadcast: boolean + commentsEnabled: boolean downloadEnabled: boolean waitTranscoding: boolean -- cgit v1.2.3