Add ability to mute a user/instance by server in server api

This commit is contained in:
Chocobozzz 2018-10-15 13:03:04 +02:00
parent af5767ffae
commit b44164bb56
12 changed files with 1035 additions and 309 deletions

View file

@ -8,6 +8,9 @@ export enum UserRight {
MANAGE_JOBS,
MANAGE_CONFIGURATION,
MANAGE_ACCOUNTS_BLOCKLIST,
MANAGE_SERVERS_BLOCKLIST,
MANAGE_VIDEO_BLACKLIST,
REMOVE_ANY_VIDEO,