remotes/1693045480750635534/spooky-22
Aevann1 2022-01-17 23:53:43 +02:00
parent 171379a4e3
commit 5ad69a26f8
1 changed files with 2 additions and 2 deletions

View File

@ -475,7 +475,7 @@ def api_comment(v):
publish_body={
'web': {
'notification': {
'title': f'New reply by @{v.username}',
'title': f'New reply by @{c.author_name}',
'body': notifbody,
'deep_link': f'https://{site}/comment/{c.id}?context=9&read=true#context',
'icon': f'https://{request.host}/assets/images/{SITE_NAME}/icon.webp',
@ -483,7 +483,7 @@ def api_comment(v):
},
'fcm': {
'notification': {
'title': f'New reply by @{v.username}',
'title': f'New reply by @{c.author_name}',
'body': notifbody,
},
'data': {