forked from MarseyWorld/MarseyWorld
bbb
parent
88698824a2
commit
479913d8ad
|
@ -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',
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
|
@ -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',
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue