mirror of https://gitlab.com/bashrc2/epicyon
No one post overlap between timeline pages
parent
2838f94fb5
commit
2d05e184eb
6
posts.py
6
posts.py
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue