diff --git a/files/helpers/config/modaction_types.py b/files/helpers/config/modaction_types.py index 98c5746ee..abe01ebeb 100644 --- a/files/helpers/config/modaction_types.py +++ b/files/helpers/config/modaction_types.py @@ -334,7 +334,7 @@ MODACTION_TYPES = { } MODACTION_PRIVILEGED_TYPES = {'shadowban', 'unshadowban', - 'mod_mute_user', 'mod_unmute_user', - 'link_accounts', 'delink_accounts'} + 'mod_mute_user', 'mod_unmute_user', + 'link_accounts', 'delink_accounts'} MODACTION_TYPES_FILTERED = deepcopy({t:v for t,v in MODACTION_TYPES.items() if not t in MODACTION_PRIVILEGED_TYPES})