main
Bob Mottram 2023-02-20 12:14:29 +00:00
parent e1df276648
commit aa533092dd
1 changed files with 2 additions and 1 deletions

View File

@ -18963,7 +18963,8 @@ class PubServer(BaseHTTPRequestHandler):
hashtag, cookie, calling_domain) hashtag, cookie, calling_domain)
else: else:
self._redirect_headers(self.server.http_prefix + self._redirect_headers(self.server.http_prefix +
'://' + self.server.domain_full + '://' +
self.server.domain_full +
'/users/' + nickname + '/users/' + nickname +
'/tags/' + hashtag, '/tags/' + hashtag,
cookie, calling_domain) cookie, calling_domain)