Update channel message.

This commit is contained in:
retoor 2025-05-27 10:50:09 +02:00
parent 538a9ce25d
commit 112c0dc70a

View File

@ -52,7 +52,7 @@ class ChannelMessageService(BaseService):
async def save(self, model):
context = {}
content.update(model.record)
context.update(model.record)
user = await self.app.services.user.get(model['user_uid'])
context.update(
{