Updated save.
This commit is contained in:
parent
e23d6571c8
commit
04527c286f
@ -92,8 +92,9 @@ class ChannelMessageService(BaseService):
|
|||||||
return {}
|
return {}
|
||||||
|
|
||||||
if not message["html"].startswith("<chat-message"):
|
if not message["html"].startswith("<chat-message"):
|
||||||
|
message = await self.get(uid=message["uid"])
|
||||||
await self.save(message)
|
await self.save(message)
|
||||||
|
|
||||||
return {
|
return {
|
||||||
"uid": message["uid"],
|
"uid": message["uid"],
|
||||||
"color": user["color"],
|
"color": user["color"],
|
||||||
|
Loading…
Reference in New Issue
Block a user