From 0f8d00e3144060270d7fe603865fccaf18649c47 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Fri, 13 Nov 2020 16:38:23 +0100 Subject: Implement video comment list in admin --- shared/core-utils/users/user-role.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'shared/core-utils') diff --git a/shared/core-utils/users/user-role.ts b/shared/core-utils/users/user-role.ts index 2b322faf3..81cba1dad 100644 --- a/shared/core-utils/users/user-role.ts +++ b/shared/core-utils/users/user-role.ts @@ -22,7 +22,8 @@ const userRoleRights: { [ id in UserRole ]: UserRight[] } = { UserRight.SEE_ALL_VIDEOS, UserRight.MANAGE_ACCOUNTS_BLOCKLIST, UserRight.MANAGE_SERVERS_BLOCKLIST, - UserRight.MANAGE_USERS + UserRight.MANAGE_USERS, + UserRight.SEE_ALL_COMMENTS ], [UserRole.USER]: [] -- cgit v1.2.3