aboutsummaryrefslogtreecommitdiffhomepage
path: root/shared/models/activitypub/context.ts
diff options
context:
space:
mode:
Diffstat (limited to 'shared/models/activitypub/context.ts')
-rw-r--r--shared/models/activitypub/context.ts16
1 files changed, 15 insertions, 1 deletions
diff --git a/shared/models/activitypub/context.ts b/shared/models/activitypub/context.ts
index bd795a2fd..4ada3b083 100644
--- a/shared/models/activitypub/context.ts
+++ b/shared/models/activitypub/context.ts
@@ -1 +1,15 @@
1export type ContextType = 'All' | 'View' | 'Announce' | 'CacheFile' 1export type ContextType =
2 'Video' |
3 'Comment' |
4 'Playlist' |
5 'Follow' |
6 'Reject' |
7 'Accept' |
8 'View' |
9 'Announce' |
10 'CacheFile' |
11 'Delete' |
12 'Rate' |
13 'Flag' |
14 'Actor' |
15 'Collection'