Fetch remote AP objects

This commit is contained in:
Chocobozzz
2018-01-10 17:18:12 +01:00
parent 759f8a29e9
commit 2ccaeeb341
22 changed files with 678 additions and 387 deletions

View File

@@ -30,4 +30,6 @@ export interface VideoTorrentObject {
shares?: ActivityPubOrderedCollection<string>
comments?: ActivityPubOrderedCollection<string>
attributedTo: ActivityPubAttributedTo[]
to?: string[]
cc?: string[]
}