diff --git a/daemon.py b/daemon.py index 79a569146..993ba8fde 100644 --- a/daemon.py +++ b/daemon.py @@ -12306,8 +12306,6 @@ class PubServer(BaseHTTPRequestHandler): cookie: str) -> bool: """get conversation thread from the date link on a post """ - if not authorized: - return False if not path.startswith('/users/'): return False if '?convthread=' not in path: