From 97361a168edb9b05ea9a6bf27ffd753c6e24e8b8 Mon Sep 17 00:00:00 2001 From: Aevann Date: Thu, 14 Nov 2024 18:43:37 +0200 Subject: [PATCH] easier testing --- files/helpers/config/const.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/helpers/config/const.py b/files/helpers/config/const.py index d517459f2..29e30c7c8 100644 --- a/files/helpers/config/const.py +++ b/files/helpers/config/const.py @@ -158,7 +158,6 @@ TAGLINES = () if SITE_NAME == 'rDrama': PERMS = { # Minimum admin_level to perform action. 'HOLE_CREATE': 0, - 'VIEW_DELETED_ACCOUNTS': 0, 'POST_BETS': 1, 'POST_BETS_DISTRIBUTE': 1, @@ -211,6 +210,7 @@ if SITE_NAME == 'rDrama': 'MODERATE_PENDING_SUBMITTED_ASSETS': 3, 'UPDATE_ASSETS': 3, 'PUBLISH_OTHERS_POSTS': 3, + 'VIEW_DELETED_ACCOUNTS': 3, 'POST_COMMENT_EDITING': 4, 'PROGSTACK': 4,