Update.
This commit is contained in:
parent
57ac8e772b
commit
efbc6a9b4c
@ -65,7 +65,7 @@ class NotificationService(BaseService):
|
||||
if channel_member["user_uid"] != user["uid"]:
|
||||
try:
|
||||
stripped_message = strip_markdown(channel_message["message"])
|
||||
channel_name = channel_member.get_name()
|
||||
channel_name = await channel_member.get_name()
|
||||
await self.app.services.push.notify_user(
|
||||
user_uid=channel_member["user_uid"],
|
||||
payload={
|
||||
|
Loading…
Reference in New Issue
Block a user