From 9e2d59a2f6c33faab53143f80fe7fe1ed1cfe19f Mon Sep 17 00:00:00 2001 From: jedi Date: Sat, 4 May 2024 00:45:28 +0200 Subject: [PATCH] stash --- core/notifications/dispatch.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/notifications/dispatch.py b/core/notifications/dispatch.py index 294b2f9..1b083bc 100644 --- a/core/notifications/dispatch.py +++ b/core/notifications/dispatch.py @@ -68,7 +68,7 @@ class NotificationDispatcher: message = render_notification_new_ticket(ticket) if new else await render_notification_reply_ticket(ticket) print("Dispatching message:", message, "with event_id:", event_id) targets = await self.get_notification_targets() - await telegram_notify(message, TELEGRAM_GROUP_CHAT_ID) + #await telegram_notify(message, TELEGRAM_GROUP_CHAT_ID) for target in targets: if target.channel_type == 'telegram': print("Sending telegram notification to:", target.channel_target)