From e307e4fce39853d445d086f92b8c556c363ee15d Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Fri, 24 Apr 2020 11:33:01 +0200 Subject: Add ability for auth plugins to hook tokens validity --- shared/models/activitypub/context.ts | 1 + 1 file changed, 1 insertion(+) create mode 100644 shared/models/activitypub/context.ts (limited to 'shared/models/activitypub/context.ts') diff --git a/shared/models/activitypub/context.ts b/shared/models/activitypub/context.ts new file mode 100644 index 000000000..bd795a2fd --- /dev/null +++ b/shared/models/activitypub/context.ts @@ -0,0 +1 @@ +export type ContextType = 'All' | 'View' | 'Announce' | 'CacheFile' -- cgit v1.2.3