forked from rDrama/rDrama
1
0
Fork 0

revert last commit

master
Aevann 2024-05-24 05:26:34 +03:00
parent 2c33f550a9
commit f0f0578c5b
1 changed files with 1 additions and 1 deletions

View File

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