diff --git a/webapp_profile.py b/webapp_profile.py index 7f67c04fe..a62a2e913 100644 --- a/webapp_profile.py +++ b/webapp_profile.py @@ -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 += \