This commit is contained in:
Aevann1 2022-01-15 11:48:52 +02:00
parent 5c84e75f2a
commit 82b0bd3801
3 changed files with 7 additions and 3 deletions

View file

@ -450,7 +450,9 @@ def message2(v, username):
'notification': {
'title': f'New reply by @{v.username}',
'body': c.body,
'deep_link': f'https://{site}/notifications',
},
'data': {
'url': f'https://{site}/notifications',
}
}
},