master
Bob Mottram 2019-08-24 10:17:40 +01:00
parent c94b348f8d
commit 87e828deea
1 changed files with 1 additions and 2 deletions

View File

@ -494,8 +494,7 @@ class PubServer(BaseHTTPRequestHandler):
htmlGET=True
# replace https://domain/@nick with https://domain/users/nick
if htmlGET and '/@' in self.path and \
(self.path.startswith('http') or self.path.startswith('dat')):
if htmlGET and self.path.startswith('/@'):
self.path=self.path.replace('/@','/users/')
# treat shared inbox paths consistently