Redirect to news timeline

main
Bob Mottram 2020-10-25 23:04:40 +00:00
parent 2a20ee2cc5
commit 7b7dbaf0b2
1 changed files with 2 additions and 1 deletions

View File

@ -4548,7 +4548,8 @@ class PubServer(BaseHTTPRequestHandler):
return return
if '/users/news/' in path: if '/users/news/' in path:
self._redirect_headers('/', cookie, callingDomain) self._redirect_headers(originPathStr + '/tlnews',
cookie, callingDomain)
return return
if callingDomain.endswith('.onion') and onionDomain: if callingDomain.endswith('.onion') and onionDomain: