From d9d7a218b17eb0603d7303121ca52d6ec2b5a323 Mon Sep 17 00:00:00 2001 From: jedi Date: Fri, 26 Apr 2024 00:23:37 +0200 Subject: [PATCH] stash --- core/mail/notifications.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/mail/notifications.py b/core/mail/notifications.py index 86dd5fe..72b16d0 100644 --- a/core/mail/notifications.py +++ b/core/mail/notifications.py @@ -15,7 +15,7 @@ class NotificationDispatcher: # Infinite loop to continuously listen for messages while True: # Blocking receive to get the message from the channel layer - message = await self.channel_layer.receive('user_notification') + message = await self.channel_layer.receive('general') if message: # Process the received message