X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=server%2Flib%2Factivitypub%2Findex.ts;h=d8c7d83b7e80e5aa6effb527b271f68646d95ad1;hb=9f79ade627f0044606a9fbbe16ca0154661d12b9;hp=94ed1edaa28b3c93d22bc78c3c36d7d8e45aafb7;hpb=50d6de9c286abcb34ff4234d56d9cbb803db7665;p=github%2FChocobozzz%2FPeerTube.git diff --git a/server/lib/activitypub/index.ts b/server/lib/activitypub/index.ts index 94ed1edaa..d8c7d83b7 100644 --- a/server/lib/activitypub/index.ts +++ b/server/lib/activitypub/index.ts @@ -1,7 +1,9 @@ export * from './process' export * from './send' export * from './actor' -export * from './fetch' export * from './share' +export * from './playlist' export * from './videos' +export * from './video-comments' +export * from './video-rates' export * from './url'