remove unused permission

remotes/1693176582716663532/tmp_refs/heads/watchparty
justcool393 2022-10-06 23:24:00 -07:00
parent e3bed60169
commit 26fbf726a4
2 changed files with 0 additions and 3 deletions

View File

@ -190,7 +190,6 @@ PERMS = { # Minimum admin_level to perform action.
'MESSAGE_BLOCKED_USERS': 1,
'APPS_MODERATION': 3,
'STREAMERS_MODERATION': 2,
'UNKNOWN_ADMIN_LEVEL2_PERM4': 2, # TODO: figure out what this is and remove it if unnecessary
}
FEATURES = {

View File

@ -52,8 +52,6 @@
{% include "header.html" %}
{% block subNav %}
{% set mod = (v and v.admin_level >= PERMS['UNKNOWN_ADMIN_LEVEL2_PERM4']) %}
{% if not request.path.startswith('/h/') %}
<div class="container-fluid bg-white sticky d-none d-md-block" style="padding-top: 50px; padding-bottom: 0 !important;">
<div class="row box-shadow-bottom">