From 282785220364cd38e7a27e7373a16fc5a78a6708 Mon Sep 17 00:00:00 2001 From: Aevann Date: Thu, 31 Aug 2023 13:15:42 +0300 Subject: [PATCH] remove unused perm --- files/helpers/config/const.py | 1 - 1 file changed, 1 deletion(-) diff --git a/files/helpers/config/const.py b/files/helpers/config/const.py index 8b9e9ccef2..821af0a7f1 100644 --- a/files/helpers/config/const.py +++ b/files/helpers/config/const.py @@ -351,7 +351,6 @@ PERMS = { # Minimum admin_level to perform action. 'VIEW_PENDING_SUBMITTED_EMOJIS': 0, 'POST_COMMENT_DISTINGUISH': 1, - 'POST_BYPASS_REPOST_CHECKING': 1, 'POST_IN_GHOST_THREADS': 1, 'VIEW_RESTRICTED_HOLES': 1, 'SITE_BYPASS_READ_ONLY_MODE': 1,