Update channel message.
This commit is contained in:
parent
538a9ce25d
commit
112c0dc70a
@ -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(
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user