No one post overlap between timeline pages

main
Bob Mottram 2022-12-26 16:40:50 +00:00
parent 2838f94fb5
commit 2d05e184eb
1 changed files with 4 additions and 2 deletions

View File

@ -4028,8 +4028,10 @@ def _create_box_items(base_dir: str,
if first_post_id and total_posts_count == 0:
if first_post_id not in post_filename:
continue
total_posts_count = \
int((page_number - 1) * items_per_page)
if first_post_id in post_filename:
total_posts_count = \
int((page_number - 1) * items_per_page)
continue
# Has this post passed through the newswire voting stage?
if not _passed_newswire_voting(newswire_votes_threshold,