X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=server%2Flib%2Factivitypub%2Findex.ts;h=0779d1e911b49f661f5b8fa958e0dbe63cab072f;hb=e3a682a877a10833cb54ac3595e55110bda95647;hp=7408006067c0c6fe274195dcf9deb711e18c1375;hpb=e4f97babf701481b55cc10fb3448feab5f97c867;p=github%2FChocobozzz%2FPeerTube.git diff --git a/server/lib/activitypub/index.ts b/server/lib/activitypub/index.ts index 740800606..0779d1e91 100644 --- a/server/lib/activitypub/index.ts +++ b/server/lib/activitypub/index.ts @@ -1,3 +1,12 @@ -export * from './process-create' -export * from './process-flag' -export * from './process-update' +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'