fix wall push notif url that JC broke

pull/83/head
Aevann1 2022-12-20 05:03:43 +02:00
parent 2b56bf5c51
commit e08e2ce1c9
1 changed files with 2 additions and 0 deletions

View File

@ -311,6 +311,8 @@ def comment(v:User):
else: notifbody = c.body
url = f'{SITE_FULL}/comment/{c.id}?read=true#context'
if not posting_to_submission:
url = f'{SITE_FULL}/@{c.wall_user.username}/wall/comment/{c.id}?context=8&read=true#context'
push_notif(parent_user.id, title, notifbody, url)