diff options
author | Chocobozzz <me@florianbigard.com> | 2019-02-14 10:22:10 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2019-02-15 09:43:36 +0100 |
commit | 72be63e56f5d93de05b2601300ec782f8076c4bf (patch) | |
tree | 9aca7779370bcfae8d46f1399422e7b36d7b3186 /client/src/app | |
parent | 344d8be566a1e857f8622e850973817eac768b3e (diff) | |
download | PeerTube-72be63e56f5d93de05b2601300ec782f8076c4bf.tar.gz PeerTube-72be63e56f5d93de05b2601300ec782f8076c4bf.tar.zst PeerTube-72be63e56f5d93de05b2601300ec782f8076c4bf.zip |
Fix moderators that cannot access the muted servers table
Diffstat (limited to 'client/src/app')
-rw-r--r-- | client/src/app/+admin/moderation/moderation.routes.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/+admin/moderation/moderation.routes.ts b/client/src/app/+admin/moderation/moderation.routes.ts index bc6dd49d5..6f6dde290 100644 --- a/client/src/app/+admin/moderation/moderation.routes.ts +++ b/client/src/app/+admin/moderation/moderation.routes.ts | |||
@@ -64,7 +64,7 @@ export const ModerationRoutes: Routes = [ | |||
64 | component: InstanceServerBlocklistComponent, | 64 | component: InstanceServerBlocklistComponent, |
65 | canActivate: [ UserRightGuard ], | 65 | canActivate: [ UserRightGuard ], |
66 | data: { | 66 | data: { |
67 | userRight: UserRight.MANAGE_SERVER_REDUNDANCY, | 67 | userRight: UserRight.MANAGE_SERVERS_BLOCKLIST, |
68 | meta: { | 68 | meta: { |
69 | title: 'Muted instances' | 69 | title: 'Muted instances' |
70 | } | 70 | } |