main
Bob Mottram 2023-02-12 22:35:13 +00:00
parent d34526ed1e
commit d50c6e0370
1 changed files with 3 additions and 0 deletions

View File

@ -412,6 +412,9 @@ def html_profile_after_search(recent_posts_cache: {}, max_recent_posts: int,
show_item, post_json_object = \
_valid_profile_preview_post(item, person_url)
if not show_item:
if debug:
print('DEBUG: item not valid in profile posts: ' +
str(item))
continue
profile_str += \