This commit is contained in:
retoor 2025-06-06 16:10:48 +02:00
parent 7f47a21d40
commit 8e9ee4bff0

View File

@ -28,6 +28,10 @@ class ChatService(BaseService):
"is_final": channel_message["is_final"],
},
)
await self.app.create_task(
self.services.notification.create_channel_message(message_uid)
)
async def send(self, user_uid, channel_uid, message, is_final=True):