From 4d19886791ff26b786d0426afefc0e02aa631089 Mon Sep 17 00:00:00 2001 From: Aevann Date: Sat, 12 Aug 2023 18:07:16 +0300 Subject: [PATCH] same as last commit --- files/helpers/config/const.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/files/helpers/config/const.py b/files/helpers/config/const.py index b81934b018..bfa9b385ee 100644 --- a/files/helpers/config/const.py +++ b/files/helpers/config/const.py @@ -408,13 +408,13 @@ PERMS = { # Minimum admin_level to perform action. 'APPS_MODERATION': 3, 'USE_ADMIGGER_THREADS': 3, 'IGNORE_AWARD_IMMUNITY': 3, - 'MODERATE_PENDING_SUBMITTED_ASSETS': 3, + 'MODERATE_PENDING_SUBMITTED_ASSETS': 4, 'UPDATE_ASSETS': 4, - 'PROGSTACK': 4, 'UNDO_AWARD_PINS': 4, 'DELETE_MEDIA': 4, + 'PROGSTACK': 5, 'ADMIN_ADD': 5, 'USER_BLACKLIST': 5, 'POST_EDITING': 5,