mirror of https://gitlab.com/bashrc2/epicyon
Check that post has content
parent
73855868b3
commit
e1b3340e6a
|
@ -168,6 +168,8 @@ 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'):
|
||||
break
|
||||
conversation_view = [post_json] + conversation_view
|
||||
if not post_json['object'].get('inReplyTo'):
|
||||
if debug:
|
||||
|
|
Loading…
Reference in New Issue