diff --git a/files/routes/chat.py b/files/routes/chat.py index fe309c56f..59bb81778 100644 --- a/files/routes/chat.py +++ b/files/routes/chat.py @@ -180,7 +180,7 @@ def speak(data, v): uids = set(x.user_id for x in memberships) title = f'New mention of you in "{chat.name}"' body = chat_message.text - url = f'{SITE_FULL}/chat/{chat.id}' + url = f'{SITE_FULL}/chat/{chat.id}#{chat_message.id}' push_notif(uids, title, body, url)