aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/lib/activitypub/index.ts
diff options
context:
space:
mode:
Diffstat (limited to 'server/lib/activitypub/index.ts')
-rw-r--r--server/lib/activitypub/index.ts5
1 files changed, 5 insertions, 0 deletions
diff --git a/server/lib/activitypub/index.ts b/server/lib/activitypub/index.ts
index 94ed1edaa..0779d1e91 100644
--- a/server/lib/activitypub/index.ts
+++ b/server/lib/activitypub/index.ts
@@ -5,3 +5,8 @@ export * from './fetch'
5export * from './share' 5export * from './share'
6export * from './videos' 6export * from './videos'
7export * from './url' 7export * from './url'
8export { videoCommentActivityObjectToDBAttributes } from './video-comments'
9export { addVideoComments } from './video-comments'
10export { addVideoComment } from './video-comments'
11export { sendVideoRateChangeToFollowers } from './video-rates'
12export { sendVideoRateChangeToOrigin } from './video-rates'