From 973d5c4b526241d0ac42054414ec38f5bd04be71 Mon Sep 17 00:00:00 2001 From: Aevann Date: Mon, 3 Jun 2024 15:47:32 +0300 Subject: [PATCH] do what homocracy wants --- files/helpers/alerts.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/helpers/alerts.py b/files/helpers/alerts.py index 8aa1a400c..3476cb421 100644 --- a/files/helpers/alerts.py +++ b/files/helpers/alerts.py @@ -280,7 +280,7 @@ def push_notif(uids, title, body, url_or_comment, chat_id=None): return uids = set(uids) - if SITE == 'rdrama.net' and chat_id != 182: + if SITE == 'rdrama.net' and chat_id != 182 and '!jannies' not in body: uids.discard(AEVANN_ID) uids.discard(147)