This commit is contained in:
Aevann1 2022-01-15 10:35:37 +02:00
parent 3a1b8f4b13
commit 5f4ceea5d2
2 changed files with 2 additions and 0 deletions

View file

@ -481,6 +481,7 @@ def api_comment(v):
'notification': {
'title': f'New reply by @{v.username}',
'body': c.body,
'deep_link': f'https://{site}/comment/{c.id}?context=9&read=true#context',
}
}
},

View file

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