This commit is contained in:
retoor 2025-06-06 15:57:36 +02:00
parent efbc6a9b4c
commit 7914511de5

View File

@ -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",