Reverse posts in conversation

main
Bob Mottram 2022-12-23 22:01:42 +00:00
parent 846381d140
commit a1bf611ca0
1 changed files with 1 additions and 1 deletions

View File

@ -6117,4 +6117,4 @@ def download_conversation_posts(session, http_prefix: str, base_dir: str,
if debug:
if not post_json:
print(post_id + ' returned no json')
return conversation_thread
return conversation_thread.reverse()