X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=server%2Flib%2Factivitypub%2Findex.ts;h=d8c7d83b7e80e5aa6effb527b271f68646d95ad1;hb=22a73cb879a5cc775d4bec3d72fa9c9cf52e5175;hp=0779d1e911b49f661f5b8fa958e0dbe63cab072f;hpb=2ccaeeb341ffe8c2609039bf4c6d8835b4650316;p=github%2FChocobozzz%2FPeerTube.git diff --git a/server/lib/activitypub/index.ts b/server/lib/activitypub/index.ts index 0779d1e91..d8c7d83b7 100644 --- a/server/lib/activitypub/index.ts +++ b/server/lib/activitypub/index.ts @@ -1,12 +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' -export { videoCommentActivityObjectToDBAttributes } from './video-comments' -export { addVideoComments } from './video-comments' -export { addVideoComment } from './video-comments' -export { sendVideoRateChangeToFollowers } from './video-rates' -export { sendVideoRateChangeToOrigin } from './video-rates'