diff --git a/files/helpers/config/const.py b/files/helpers/config/const.py index 14532fc44..6380e67d7 100644 --- a/files/helpers/config/const.py +++ b/files/helpers/config/const.py @@ -189,6 +189,7 @@ PERMS = { # Minimum admin_level to perform action. 'ORGIES': 2, 'POST_BETS': 2, 'POST_BETS_DISTRIBUTE': 2, + 'DELETE_MEDIA': 3, 'ADMIN_REMOVE': 3, 'ADMIN_ACTIONS_REVERT': 3, @@ -202,7 +203,6 @@ PERMS = { # Minimum admin_level to perform action. 'USE_ADMIGGER_THREADS': 3, 'MODERATE_PENDING_SUBMITTED_ASSETS': 3, 'UPDATE_ASSETS': 3, - 'DELETE_MEDIA': 3, 'CHANGE_UNDER_SIEGE': 3, 'PROGSTACK': 4,