From 86459cdf245187ee1222ea2e89df3e130cc79610 Mon Sep 17 00:00:00 2001 From: justcool393 Date: Wed, 16 Nov 2022 08:38:20 -0600 Subject: [PATCH] chat: show mop tools to those with proper perms --- files/templates/chat.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/templates/chat.html b/files/templates/chat.html index 8c635a517..7724a6a65 100644 --- a/files/templates/chat.html +++ b/files/templates/chat.html @@ -17,7 +17,7 @@ id="root" data-id="{{v.id}}" data-username="{{v.username}}" - data-admin="{{v.admin_level >= PERMS['ADMIN_MOP_VISIBLE']}}" + data-admin="{{v.admin_level >= PERMS['POST_COMMENT_MODERATION_TOOLS_VISIBLE']}}" data-censored="{{v.slurreplacer}}" data-sitename="{{SITE_NAME}}" data-themecolor="{{v.themecolor}}"