diff --git a/daemon.py b/daemon.py index aeab3a97..3aedb0b7 100644 --- a/daemon.py +++ b/daemon.py @@ -4548,7 +4548,8 @@ class PubServer(BaseHTTPRequestHandler): return if '/users/news/' in path: - self._redirect_headers('/', cookie, callingDomain) + self._redirect_headers(originPathStr + '/tlnews', + cookie, callingDomain) return if callingDomain.endswith('.onion') and onionDomain: