Updated save.

This commit is contained in:
retoor 2025-07-18 17:49:01 +02:00
parent e23d6571c8
commit 04527c286f

View File

@ -92,8 +92,9 @@ class ChannelMessageService(BaseService):
return {}
if not message["html"].startswith("<chat-message"):
message = await self.get(uid=message["uid"])
await self.save(message)
return {
"uid": message["uid"],
"color": user["color"],