From 1dbae589bbe91919c0b26fff994b8722f5713c9f Mon Sep 17 00:00:00 2001 From: Aevann Date: Fri, 27 Oct 2023 09:53:00 +0300 Subject: [PATCH] give me unchud notifs --- 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 8045293ac..e91874ad3 100644 --- a/files/helpers/config/modaction_types.py +++ b/files/helpers/config/modaction_types.py @@ -451,4 +451,4 @@ MODACTION_TYPES__FILTERED = deepcopy({t:v for t,v in MODACTION_TYPES.items() if not t in MODACTION_PRIVILEGED__TYPES}) AEVANN_MODACTION_TYPES = {'ban_user','unban_user', 'shadowban','unshadowban', - 'delete_media','reset_password'} + 'delete_media','reset_password','unchud'}