Transactions.

This commit is contained in:
retoor 2025-03-27 21:14:01 +01:00
parent 6f043d2139
commit 9e50b2a6d3

View File

@ -35,6 +35,6 @@ class ChatService(BaseService):
uid=channel_message['uid'],
user_nick=user['nick']
))
async self.app.create_task(self.services.notification.create_channel_message(channel_message_uid))
await self.app.create_task(self.services.notification.create_channel_message(channel_message_uid))
return True