]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - shared/models/activitypub/context.ts
Bumped to version v5.2.1
[github/Chocobozzz/PeerTube.git] / shared / models / activitypub / context.ts
index bd795a2fde7864824fb11f438fc403c2bcd61bec..e9df3820769f0a5c378cfbff5a06cd7a47a0e07f 100644 (file)
@@ -1 +1,16 @@
-export type ContextType = 'All' | 'View' | 'Announce' | 'CacheFile'
+export type ContextType =
+  'Video' |
+  'Comment' |
+  'Playlist' |
+  'Follow' |
+  'Reject' |
+  'Accept' |
+  'View' |
+  'Announce' |
+  'CacheFile' |
+  'Delete' |
+  'Rate' |
+  'Flag' |
+  'Actor' |
+  'Collection' |
+  'WatchAction'