]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - server/lib/activitypub/index.ts
Don't rehost announced video activities
[github/Chocobozzz/PeerTube.git] / server / lib / activitypub / index.ts
index 1bea0a412e9235ba1bd5742952d638c97138b4c2..0779d1e911b49f661f5b8fa958e0dbe63cab072f 100644 (file)
@@ -1,2 +1,12 @@
 export * from './process'
 export * from './send'
+export * from './actor'
+export * from './fetch'
+export * from './share'
+export * from './videos'
+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'