]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - shared/models/activitypub/context.ts
Add alert and hide upload view when no upload is possible (#2966)
[github/Chocobozzz/PeerTube.git] / shared / models / activitypub / context.ts
1 export type ContextType = 'All' | 'View' | 'Announce' | 'CacheFile'