fix 500 error

master
Aevann 2024-04-08 07:39:29 +02:00
parent 0a1e101f1b
commit ec65ac2154
1 changed files with 1 additions and 1 deletions

View File

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