diff --git a/src/components/moderation_tools/moderation_tools.js b/src/components/moderation_tools/moderation_tools.js index 511623304..35b0cbed1 100644 --- a/src/components/moderation_tools/moderation_tools.js +++ b/src/components/moderation_tools/moderation_tools.js @@ -274,7 +274,8 @@ const ModerationTools = { switch (group) { case 'action': - return true + if (name === 'statuses') return this.privileged('users_read') + else return true case 'rights': return this.canGrantRole(name, value) case 'state':