]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - shared/models/activitypub/context.ts
Refactor AP context builder
[github/Chocobozzz/PeerTube.git] / shared / models / activitypub / context.ts
index bd795a2fde7864824fb11f438fc403c2bcd61bec..4ada3b083eab9858abf61faa344441dd903a27d7 100644 (file)
@@ -1 +1,15 @@
-export type ContextType = 'All' | 'View' | 'Announce' | 'CacheFile'
+export type ContextType =
+  'Video' |
+  'Comment' |
+  'Playlist' |
+  'Follow' |
+  'Reject' |
+  'Accept' |
+  'View' |
+  'Announce' |
+  'CacheFile' |
+  'Delete' |
+  'Rate' |
+  'Flag' |
+  'Actor' |
+  'Collection'