aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/lib/activitypub/actors/index.ts
diff options
context:
space:
mode:
Diffstat (limited to 'server/lib/activitypub/actors/index.ts')
-rw-r--r--server/lib/activitypub/actors/index.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/server/lib/activitypub/actors/index.ts b/server/lib/activitypub/actors/index.ts
index a54da6798..5ee2a6f1a 100644
--- a/server/lib/activitypub/actors/index.ts
+++ b/server/lib/activitypub/actors/index.ts
@@ -3,3 +3,4 @@ export * from './image'
3export * from './keys' 3export * from './keys'
4export * from './refresh' 4export * from './refresh'
5export * from './updater' 5export * from './updater'
6export * from './webfinger'