]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - shared/core-utils/users/user-role.ts
Translated using Weblate (Kabyle)
[github/Chocobozzz/PeerTube.git] / shared / core-utils / users / user-role.ts
index 2b322faf35d07dbb0e6d1fe9778e16b6ec9ef44b..81cba1dad0fc3ac9fd4f2a59aa727c5d60460a38 100644 (file)
@@ -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]: []