aboutsummaryrefslogtreecommitdiffhomepage
path: root/shared/models/activitypub/index.ts
diff options
context:
space:
mode:
Diffstat (limited to 'shared/models/activitypub/index.ts')
-rw-r--r--shared/models/activitypub/index.ts3
1 files changed, 2 insertions, 1 deletions
diff --git a/shared/models/activitypub/index.ts b/shared/models/activitypub/index.ts
index 6cacb24d2..fa07b6a64 100644
--- a/shared/models/activitypub/index.ts
+++ b/shared/models/activitypub/index.ts
@@ -1,8 +1,9 @@
1export * from './objects'
1export * from './activity' 2export * from './activity'
2export * from './activitypub-actor' 3export * from './activitypub-actor'
3export * from './activitypub-collection' 4export * from './activitypub-collection'
4export * from './activitypub-ordered-collection' 5export * from './activitypub-ordered-collection'
5export * from './activitypub-root' 6export * from './activitypub-root'
6export * from './activitypub-signature' 7export * from './activitypub-signature'
7export * from './objects' 8export * from './context'
8export * from './webfinger' 9export * from './webfinger'