mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-06 03:50:26 +02:00
Begin activitypub
This commit is contained in:
parent
343ad675f2
commit
e4f97babf7
92 changed files with 2507 additions and 920 deletions
5
shared/models/activitypub/activitypub-root.ts
Normal file
5
shared/models/activitypub/activitypub-root.ts
Normal file
|
@ -0,0 +1,5 @@
|
|||
import { Activity } from './activity'
|
||||
import { ActivityPubCollection } from './activitypub-collection'
|
||||
import { ActivityPubOrderedCollection } from './activitypub-ordered-collection'
|
||||
|
||||
export type RootActivity = Activity | ActivityPubCollection | ActivityPubOrderedCollection
|
Loading…
Add table
Add a link
Reference in a new issue