X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=shared%2Fmodels%2Factivitypub%2Factivitypub-root.ts;h=22dff83a21e77e4e8fa2be32248bcf9f8071278e;hb=ab4b8974997777373a6032073f9c1aaf33ba9931;hp=6a67f31010d6c06415022f51c5cd9dc5f6c2efc5;hpb=e4f97babf701481b55cc10fb3448feab5f97c867;p=github%2FChocobozzz%2FPeerTube.git diff --git a/shared/models/activitypub/activitypub-root.ts b/shared/models/activitypub/activitypub-root.ts index 6a67f3101..22dff83a2 100644 --- a/shared/models/activitypub/activitypub-root.ts +++ b/shared/models/activitypub/activitypub-root.ts @@ -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