X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=server%2Flib%2Factivitypub%2Findex.ts;h=0779d1e911b49f661f5b8fa958e0dbe63cab072f;hb=4ba3b8ea1be85d95a508ac479f26b96ceea15971;hp=1bea0a412e9235ba1bd5742952d638c97138b4c2;hpb=54141398354e6e7b94aa3065a705a1251390111c;p=github%2FChocobozzz%2FPeerTube.git diff --git a/server/lib/activitypub/index.ts b/server/lib/activitypub/index.ts index 1bea0a412..0779d1e91 100644 --- a/server/lib/activitypub/index.ts +++ b/server/lib/activitypub/index.ts @@ -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'