Try different check

main
Bob Mottram 2022-12-31 11:31:21 +00:00
parent c3c553e70d
commit c84ef22bc8
1 changed files with 1 additions and 1 deletions

View File

@ -99,7 +99,7 @@ def html_conversation_view(post_id: str,
minimize_all_images, None)
if post_str:
# check for "HTTP/1.1 303 See Other Server"
if not post_str.startswith('HTTP/'):
if 'X-AP-Instance-ID' not in post_str:
conv_str += text_mode_separator + separator_str + post_str
conv_str += text_mode_separator + html_footer()