]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - shared/models/activitypub/objects/video-torrent-object.ts
Fetch remote AP objects
[github/Chocobozzz/PeerTube.git] / shared / models / activitypub / objects / video-torrent-object.ts
index cf0e0ba54240444a5322e9479a12a21846981df7..d3b5f7c263dbc07608576aa055619bcd9f3ee702 100644 (file)
@@ -30,4 +30,6 @@ export interface VideoTorrentObject {
   shares?: ActivityPubOrderedCollection<string>
   comments?: ActivityPubOrderedCollection<string>
   attributedTo: ActivityPubAttributedTo[]
+  to?: string[]
+  cc?: string[]
 }