Updated save.
This commit is contained in:
parent
e23d6571c8
commit
04527c286f
@ -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"],
|
||||
|
Loading…
Reference in New Issue
Block a user