From c986175d68a18e96fbd41537a05c7796a2c64f38 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Wed, 22 Nov 2017 10:29:55 +0100 Subject: Fetch outbox to grab old activities --- server/lib/activitypub/index.ts | 1 + 1 file changed, 1 insertion(+) (limited to 'server/lib/activitypub/index.ts') 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 @@ export * from './process' export * from './send' export * from './account' +export * from './fetch' export * from './share' export * from './video-channels' export * from './videos' -- cgit v1.2.3