Check for single posts on timelines

merge-requests/30/head
Bob Mottram 2023-01-02 11:23:05 +00:00
parent 71c291abd1
commit 58971bb3b7
1 changed files with 1 additions and 1 deletions

View File

@ -1072,7 +1072,7 @@ def html_timeline(default_timeline: str,
if item_ctr > 0:
# if showing the page down icon then remove the last item so that
# firstpost does not overlap on the next timeline
if last_item_str:
if last_item_str and first_post_id != last_post_id:
tl_str = tl_str.replace(last_item_str, '')
tl_str += text_mode_separator
first_post = ''