From 0bcba49d0efbf1d5464719eb8afa7fdcbe0f7676 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Wed, 1 Mar 2023 14:50:24 +0000 Subject: [PATCH] Allow unauthorized conversation view (under limited conditions) --- daemon.py | 2 -- 1 file changed, 2 deletions(-) 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: