This commit is contained in:
Aevann1 2021-10-20 01:43:11 +02:00
parent d83a97e864
commit a33abd82af
10 changed files with 26 additions and 26 deletions

View file

@ -271,7 +271,7 @@ def message2(v, username):
'notification': {
'title': f'New message from @{v.username}',
'body': message,
'deep_link': f'https://{site}/notifications',
'deep_link': f'http://{site}/notifications',
},
},
},