remove ?context=8

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

View File

@ -312,7 +312,7 @@ def comment(v:User):
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'
url = f'{SITE_FULL}/@{c.wall_user.username}/wall/comment/{c.id}?read=true#context'
push_notif(parent_user.id, title, notifbody, url)