mirror of https://gitlab.com/bashrc2/epicyon
No redirect needed
parent
743ecb94ca
commit
68bec2d362
|
@ -12285,7 +12285,6 @@ class PubServer(BaseHTTPRequestHandler):
|
|||
msglen, calling_domain)
|
||||
self._write(msg)
|
||||
self.server.getreq_busy = False
|
||||
self._redirect_headers(post_id, None, calling_domain)
|
||||
return True
|
||||
|
||||
def _show_individual_at_post(self, ssml_getreq: bool, authorized: bool,
|
||||
|
|
|
@ -99,10 +99,7 @@ def html_conversation_view(post_id: str,
|
|||
minimize_all_images, None,
|
||||
buy_sites)
|
||||
if post_str:
|
||||
# check for "HTTP/1.1 303 See Other Server"
|
||||
if 'X-AP-Instance-ID' not in post_str:
|
||||
print('DEBUG: post_str = ' + post_str)
|
||||
conv_str += text_mode_separator + separator_str + post_str
|
||||
conv_str += text_mode_separator + separator_str + post_str
|
||||
|
||||
conv_str += text_mode_separator + html_footer()
|
||||
return conv_str
|
||||
|
|
Loading…
Reference in New Issue