X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=server%2Flib%2Factivitypub%2Findex.ts;h=6906bf9d3d86302277d506738a7a0cf8f8f8be19;hb=d4defe07d26013a75577b30608841fe3f8334308;hp=1bea0a412e9235ba1bd5742952d638c97138b4c2;hpb=54141398354e6e7b94aa3065a705a1251390111c;p=github%2FChocobozzz%2FPeerTube.git diff --git a/server/lib/activitypub/index.ts b/server/lib/activitypub/index.ts index 1bea0a412..6906bf9d3 100644 --- a/server/lib/activitypub/index.ts +++ b/server/lib/activitypub/index.ts @@ -1,2 +1,8 @@ export * from './process' export * from './send' +export * from './actor' +export * from './share' +export * from './videos' +export * from './video-comments' +export * from './video-rates' +export * from './url'