Test different field

merge-requests/30/head
Bob Mottram 2022-12-30 17:44:44 +00:00
parent e1b3340e6a
commit 302e685a35
1 changed files with 1 additions and 1 deletions

View File

@ -168,7 +168,7 @@ def download_conversation_posts(session, http_prefix: str, base_dir: str,
'object': post_json
}
post_json = wrapped_post
if not post_json['object'].get('content'):
if not post_json['object'].get('published'):
break
conversation_view = [post_json] + conversation_view
if not post_json['object'].get('inReplyTo'):