From 359e0510f5e33d38694af654e65e11dd031ac7c3 Mon Sep 17 00:00:00 2001 From: Aevann Date: Mon, 5 Feb 2024 07:47:19 +0200 Subject: [PATCH] fix wrong modaction --- files/helpers/config/modaction_types.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/helpers/config/modaction_types.py b/files/helpers/config/modaction_types.py index 1fe379bdf..9b5e3c744 100644 --- a/files/helpers/config/modaction_types.py +++ b/files/helpers/config/modaction_types.py @@ -437,7 +437,7 @@ MODACTION_PRIVILEGED_TYPES = { 'reset_password', 'schedule_orgy', 'remove_orgy', 'insert_transaction', - 'change_under_siege_thresholds', + 'change_under_siege', } MODACTION_PRIVILEGED__TYPES = {'progstack_post', 'progstack_comment', 'unprogstack_post', 'unprogstack_comment'}