diff --git a/daemon.py b/daemon.py index 421e709cd..29892d49e 100644 --- a/daemon.py +++ b/daemon.py @@ -1022,7 +1022,7 @@ class PubServer(BaseHTTPRequestHandler): inReplyToUrl=None replyWithDM=False replyToList=[] - if authorized and '?replyto=' in self.path: + if '?replyto=' in self.path: inReplyToUrl=self.path.split('?replyto=')[1] if '?' in inReplyToUrl: mentionsList=inReplyToUrl.split('?')