remotes/1693045480750635534/spooky-22
Aevann1 2022-01-16 03:37:53 +02:00
parent db678ed227
commit 9c638fe3bb
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,
'click_action': 'android.intent.category.DEFAULT',
},
'data': {
'url': f'comment/{c.id}?context=9&read=true#context',

View File

@ -450,6 +450,7 @@ def message2(v, username):
'notification': {
'title': f'New message from @{v.username}',
'body': message,
'click_action': 'android.intent.category.DEFAULT',
},
'data': {
'url': f'notifications',