put id in there

pull/227/head
Aevann 2024-05-24 05:16:39 +03:00
parent 216e0a9604
commit bb5ea1d621
1 changed files with 1 additions and 1 deletions

View File

@ -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)