diff --git a/daemon.py b/daemon.py index 12fc06d0e..6f1473444 100644 --- a/daemon.py +++ b/daemon.py @@ -494,7 +494,7 @@ class PubServer(BaseHTTPRequestHandler): htmlGET=True # replace https://domain/@nick with https://domain/users/nick - if htmlGET and self.path.startswith('/@'): + if self.path.startswith('/@'): self.path=self.path.replace('/@','/users/') # treat shared inbox paths consistently