From c57539e3f83468279ff4f7e4c9ea4d38a3d1dd39 Mon Sep 17 00:00:00 2001 From: Aevann Date: Sat, 3 Feb 2024 04:43:12 +0200 Subject: [PATCH] fix DELETE_MEDIA perm --- 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 9b6e22c27..35210296c 100644 --- a/files/helpers/config/const.py +++ b/files/helpers/config/const.py @@ -189,7 +189,7 @@ PERMS = { # Minimum admin_level to perform action. 'ORGIES': 2, 'POST_BETS': 2, 'POST_BETS_DISTRIBUTE': 2, - 'DELETE_MEDIA': 3, + 'DELETE_MEDIA': 2, 'ADMIN_REMOVE': 3, 'ADMIN_ACTIONS_REVERT': 3,