From 7b7dbaf0b27cae7e003a60bc74366d8c8db75d29 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Sun, 25 Oct 2020 23:04:40 +0000 Subject: [PATCH] Redirect to news timeline --- daemon.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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: