This commit is contained in:
Aevann1 2022-01-30 15:40:11 +02:00
parent 40a08186bd
commit 88d635e03d
6 changed files with 11 additions and 11 deletions

View file

@ -534,7 +534,7 @@ def api_comment(v):
'notification': {
'title': f'New reply by @{c.author_name}',
'body': notifbody,
'deep_link': f'{SITE_FULL}/comment/{c.id}?context=9&read=true#context',
'deep_link': f'{SITE_FULL}/comment/{c.id}?context=8&read=true#context',
'icon': f'{SITE_FULL}/assets/images/{SITE_NAME}/icon.webp',
}
},
@ -544,7 +544,7 @@ def api_comment(v):
'body': notifbody,
},
'data': {
'url': f'/comment/{c.id}?context=9&read=true#context',
'url': f'/comment/{c.id}?context=8&read=true#context',
}
}
},