better title

master
Aevann 2024-04-08 07:43:40 +02:00
parent 07dc9ea7ca
commit a9d386ef6f
1 changed files with 1 additions and 1 deletions

View File

@ -163,7 +163,7 @@ def speak(data, v):
g.db.add(membership)
uids = set(x.user_id for x in memberships)
title = 'New chat messages'
title = 'New messages'
body = f'in "{chat.name}"'
url = f'{SITE_FULL}/chat/{chat.id}'
push_notif(uids, title, body, url)