fix 'continue this thread' links (fixes #82)

This commit is contained in:
teddit
2022-06-27 03:23:29 +02:00
parent 8af3ec3591
commit 02fd92ce2c
3 changed files with 18 additions and 7 deletions

View File

@@ -682,7 +682,8 @@ subredditRoutes.get(
post_url,
more_comments,
viewing_comment,
req.cookies
req.cookies,
req.url
);
return res.render('post', {
post: finalized_json.post_data,
@@ -758,7 +759,9 @@ subredditRoutes.get(
id,
post_url,
more_comments,
viewing_comment
viewing_comment,
req.cookies,
req.url
);
return res.render('post', {
post: finalized_json.post_data,