Add ability to accept or not remote redundancies

This commit is contained in:
Chocobozzz
2020-04-07 15:27:41 +02:00
parent bc30363602
commit 8c9e787526
12 changed files with 279 additions and 2 deletions

View File

@@ -0,0 +1 @@
export type VideoRedundancyConfigFilter = 'nobody' | 'anybody' | 'followings'