From 8c9e7875269a990ed3000e1d4995d808e4ff50f7 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Tue, 7 Apr 2020 15:27:41 +0200 Subject: Add ability to accept or not remote redundancies --- shared/models/redundancy/video-redundancy-config-filter.type.ts | 1 + 1 file changed, 1 insertion(+) create mode 100644 shared/models/redundancy/video-redundancy-config-filter.type.ts (limited to 'shared/models/redundancy') diff --git a/shared/models/redundancy/video-redundancy-config-filter.type.ts b/shared/models/redundancy/video-redundancy-config-filter.type.ts new file mode 100644 index 000000000..bb1ae701c --- /dev/null +++ b/shared/models/redundancy/video-redundancy-config-filter.type.ts @@ -0,0 +1 @@ +export type VideoRedundancyConfigFilter = 'nobody' | 'anybody' | 'followings' -- cgit v1.2.3