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.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/server/lib/activitypub/index.ts b/server/lib/activitypub/index.ts
index b1daa70bb..fcea662a6 100644
--- a/server/lib/activitypub/index.ts
+++ b/server/lib/activitypub/index.ts
@@ -1,6 +1,7 @@
1export * from './process' 1export * from './process'
2export * from './send' 2export * from './send'
3export * from './account' 3export * from './account'
4export * from './fetch'
4export * from './share' 5export * from './share'
5export * from './video-channels' 6export * from './video-channels'
6export * from './videos' 7export * from './videos'