From 57e4e1c1a95c3a81a967f54ecc2a510d8b0e129c Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Fri, 18 Mar 2022 11:17:35 +0100 Subject: Don't store remote rates of remote videos In the future we'll stop to expose all available rates to improve users privacy --- shared/models/activitypub/index.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'shared/models/activitypub') 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 @@ +export * from './objects' export * from './activity' export * from './activitypub-actor' export * from './activitypub-collection' export * from './activitypub-ordered-collection' export * from './activitypub-root' export * from './activitypub-signature' -export * from './objects' +export * from './context' export * from './webfinger' -- cgit v1.2.3