]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - shared/models/activitypub/activitypub-root.ts
Merge branch 'master' into develop
[github/Chocobozzz/PeerTube.git] / shared / models / activitypub / activitypub-root.ts
index 6a67f31010d6c06415022f51c5cd9dc5f6c2efc5..22dff83a21e77e4e8fa2be32248bcf9f8071278e 100644 (file)
@@ -2,4 +2,4 @@ import { Activity } from './activity'
 import { ActivityPubCollection } from './activitypub-collection'
 import { ActivityPubOrderedCollection } from './activitypub-ordered-collection'
 
-export type RootActivity = Activity | ActivityPubCollection | ActivityPubOrderedCollection
+export type RootActivity = Activity | ActivityPubCollection | ActivityPubOrderedCollection<Activity>