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
+4 -2
View File
@@ -365,7 +365,8 @@ async function finalizeJsonPost(
post_url,
morechildren_ids,
viewing_comment,
user_preferences
user_preferences,
req_url
) {
let comments_html = `<div class="comments">`;
let comments = processed_json.comments;
@@ -388,7 +389,8 @@ async function finalizeJsonPost(
processed_json.author,
viewing_comment,
user_preferences,
last_known_depth
last_known_depth,
req_url
);
}