From d97128fb079bf01f4420f8f632be18a3e3a1e81d Mon Sep 17 00:00:00 2001 From: Aevann Date: Fri, 16 Feb 2024 00:38:30 +0200 Subject: [PATCH] log effortpost actions for me --- files/helpers/config/modaction_types.py | 1 + 1 file changed, 1 insertion(+) diff --git a/files/helpers/config/modaction_types.py b/files/helpers/config/modaction_types.py index d1075fd39..5566fd233 100644 --- a/files/helpers/config/modaction_types.py +++ b/files/helpers/config/modaction_types.py @@ -458,6 +458,7 @@ MODACTION_PRIVILEGED_TYPES = { 'schedule_orgy', 'remove_orgy', 'insert_transaction', 'change_under_siege', + 'mark_effortpost', 'unmark_effortpost', } MODACTION_PRIVILEGED__TYPES = {'progstack_post', 'progstack_comment', 'unprogstack_post', 'unprogstack_comment'}