X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=shared%2Fmodels%2Factivitypub%2Findex.ts;h=fa07b6a64d7b339ea6fbddc4ec25a7ad47f66414;hb=2b621ac0ebe83693bba6354b3482a03ba58143e7;hp=6cacb24d2199c5e7fbc43665a1d516b06a455eee;hpb=e4f97babf701481b55cc10fb3448feab5f97c867;p=github%2FChocobozzz%2FPeerTube.git diff --git a/shared/models/activitypub/index.ts b/shared/models/activitypub/index.ts index 6cacb24d2..fa07b6a64 100644 --- a/shared/models/activitypub/index.ts +++ b/shared/models/activitypub/index.ts @@ -1,8 +1,9 @@ +export * from './objects' export * from './activity' export * from './activitypub-actor' export * from './activitypub-collection' export * from './activitypub-ordered-collection' export * from './activitypub-root' export * from './activitypub-signature' -export * from './objects' +export * from './context' export * from './webfinger'