From 16b90975941b78d01d7202d441bf731a10048c16 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Thu, 23 Nov 2017 16:55:13 +0100 Subject: Fetch video likes/dislikes too --- shared/models/activitypub/objects/video-torrent-object.ts | 3 +++ 1 file changed, 3 insertions(+) (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 ae8f807c8..a4e032d04 100644 --- a/shared/models/activitypub/objects/video-torrent-object.ts +++ b/shared/models/activitypub/objects/video-torrent-object.ts @@ -4,6 +4,7 @@ import { ActivityTagObject, ActivityUrlObject } from './common-objects' +import { ActivityPubOrderedCollection } from '../activitypub-ordered-collection' export interface VideoTorrentObject { type: 'Video' @@ -24,4 +25,6 @@ export interface VideoTorrentObject { icon: ActivityIconObject url: ActivityUrlObject[] actor?: string + likes?: ActivityPubOrderedCollection + dislikes?: ActivityPubOrderedCollection } -- cgit v1.2.3