Add shares forward and collection on videos/video channels
[oweals/peertube.git] / shared / models / activitypub / objects / video-torrent-object.ts
index a4e032d042f58e773d1496efb871f4fdde947f29..a15ec7142323030b0b10180061976223106ff314 100644 (file)
@@ -27,4 +27,5 @@ export interface VideoTorrentObject {
   actor?: string
   likes?: ActivityPubOrderedCollection<string>
   dislikes?: ActivityPubOrderedCollection<string>
+  shares?: ActivityPubOrderedCollection<string>
 }