From d04e5a188c686beec2867b4a1aa4c9557aeca719 Mon Sep 17 00:00:00 2001 From: justcool393 Date: Wed, 5 Oct 2022 23:46:37 -0700 Subject: [PATCH] streamer moderation templateend --- files/templates/live.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/files/templates/live.html b/files/templates/live.html index 7d0fd19a8..0688078d9 100644 --- a/files/templates/live.html +++ b/files/templates/live.html @@ -54,7 +54,7 @@ {{name}} {{title}} {{viewers}} watching - {% if v and v.admin_level > 1 %} + {% if v and v.admin_level >= PERMS['STREAMERS_MODERATION'] %}
@@ -80,7 +80,7 @@ {{name}} {{actual}} ago {{views}} views - {% if v and v.admin_level > 1 %} + {% if v and v.admin_level >= PERMS['STREAMERS_MODERATION'] %} @@ -96,7 +96,7 @@ - {% if v and v.admin_level > 1 %} + {% if v and v.admin_level >= PERMS['STREAMERS_MODERATION'] %}