From 07197db4c567f22bbc9c12339062896dc76bac2f Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Tue, 27 Mar 2018 13:33:56 +0200 Subject: Try to refractor activities sending There is still a need for work on this part though --- server/lib/activitypub/index.ts | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'server/lib/activitypub/index.ts') diff --git a/server/lib/activitypub/index.ts b/server/lib/activitypub/index.ts index 0779d1e91..88064c6b6 100644 --- a/server/lib/activitypub/index.ts +++ b/server/lib/activitypub/index.ts @@ -4,9 +4,6 @@ export * from './actor' export * from './fetch' export * from './share' 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' -- cgit v1.2.3