mirror of https://gitlab.com/bashrc2/epicyon
Try different check
parent
c3c553e70d
commit
c84ef22bc8
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue