mirror of
https://codeberg.org/teddit/teddit.git
synced 2026-04-27 23:08:00 -04:00
fix 'continue this thread' links (fixes #82)
This commit is contained in:
@@ -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
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user