Update.
This commit is contained in:
parent
efbc6a9b4c
commit
7914511de5
@ -69,7 +69,7 @@ class NotificationService(BaseService):
|
||||
await self.app.services.push.notify_user(
|
||||
user_uid=channel_member["user_uid"],
|
||||
payload={
|
||||
"title": f"New message in {channel_member}",
|
||||
"title": f"New message in {channel_name}",
|
||||
"message": f"{user['nick']}: {stripped_message}",
|
||||
"icon": "/image/snek192.png",
|
||||
"url": f"/channel/{channel_message['channel_uid']}.html",
|
||||
|
Loading…
Reference in New Issue
Block a user