From 2ccaeeb341ffe8c2609039bf4c6d8835b4650316 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Wed, 10 Jan 2018 17:18:12 +0100 Subject: Fetch remote AP objects --- shared/models/activitypub/objects/video-torrent-object.ts | 2 ++ 1 file changed, 2 insertions(+) (limited to 'shared/models') diff --git a/shared/models/activitypub/objects/video-torrent-object.ts b/shared/models/activitypub/objects/video-torrent-object.ts index cf0e0ba54..d3b5f7c26 100644 --- a/shared/models/activitypub/objects/video-torrent-object.ts +++ b/shared/models/activitypub/objects/video-torrent-object.ts @@ -30,4 +30,6 @@ export interface VideoTorrentObject { shares?: ActivityPubOrderedCollection comments?: ActivityPubOrderedCollection attributedTo: ActivityPubAttributedTo[] + to?: string[] + cc?: string[] } -- cgit v1.2.3