merge-requests/30/head
Bob Mottram 2023-01-05 17:12:55 +00:00
parent d5f4a4f926
commit df23bbbc97
1 changed files with 15 additions and 14 deletions

View File

@ -1220,7 +1220,8 @@ def hashtag_search_json(nickname: str, domain: str, port: int,
if not post_filename:
continue
post_json_object = load_json(post_filename)
if post_json_object:
if not post_json_object:
continue
if not has_object_dict(post_json_object):
continue
if not is_public_post(post_json_object):