X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=server%2Flib%2Factivitypub%2Findex.ts;h=d8c7d83b7e80e5aa6effb527b271f68646d95ad1;hb=22a73cb879a5cc775d4bec3d72fa9c9cf52e5175;hp=88064c6b6d7fd0b40154805e0dab4485b0de158f;hpb=07197db4c567f22bbc9c12339062896dc76bac2f;p=github%2FChocobozzz%2FPeerTube.git diff --git a/server/lib/activitypub/index.ts b/server/lib/activitypub/index.ts index 88064c6b6..d8c7d83b7 100644 --- a/server/lib/activitypub/index.ts +++ b/server/lib/activitypub/index.ts @@ -1,8 +1,8 @@ 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'