Indicate current position

merge-requests/30/head
Bob Mottram 2024-05-29 15:40:02 +01:00
parent f4cd9fa138
commit 3d1226e0cb
1 changed files with 4 additions and 1 deletions

View File

@ -375,4 +375,7 @@ def download_conversation_posts(authorized: bool, session,
if not get_json_valid(post_json_object):
print(post_id + ' returned no json')
return conversation_view + replies_to_post
if replies_to_post:
conversation_view += '<hr>\n' + replies_to_post
return conversation_view