merge-requests/30/head
Bob Mottram 2023-09-20 19:20:10 +01:00
parent 1f8258d33d
commit 33edb97336
1 changed files with 1 additions and 1 deletions

View File

@ -20246,7 +20246,7 @@ class PubServer(BaseHTTPRequestHandler):
# if m.startswith('actor='):
# replytoActor = m.replace('actor=', '')
in_reply_to_url = mentions_list[0]
if not self.path.public_replies_unlisted:
if not self.server.public_replies_unlisted:
self.path = self.path.split('?replyto=')[0] + '/newpost'
else:
self.path = \