diff options
Diffstat (limited to 'shared/models/activitypub')
-rw-r--r-- | shared/models/activitypub/objects/video-torrent-object.ts | 2 |
1 files changed, 2 insertions, 0 deletions
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 { | |||
30 | shares?: ActivityPubOrderedCollection<string> | 30 | shares?: ActivityPubOrderedCollection<string> |
31 | comments?: ActivityPubOrderedCollection<string> | 31 | comments?: ActivityPubOrderedCollection<string> |
32 | attributedTo: ActivityPubAttributedTo[] | 32 | attributedTo: ActivityPubAttributedTo[] |
33 | to?: string[] | ||
34 | cc?: string[] | ||
33 | } | 35 | } |