From ea322e4c20e004b96acd039dbabd0645a96bd824 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Tue, 20 Dec 2022 05:03:59 +0200 Subject: [PATCH] remove ?context=8 --- files/routes/comments.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/routes/comments.py b/files/routes/comments.py index 2953ea3f03..c754e8951b 100644 --- a/files/routes/comments.py +++ b/files/routes/comments.py @@ -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)