diff --git a/daemon.py b/daemon.py index 96779c82f..dc60bc4b3 100644 --- a/daemon.py +++ b/daemon.py @@ -802,7 +802,7 @@ class PubServer(BaseHTTPRequestHandler): calling_domain: str) -> str: """Returns the public key for an account """ - if not has_users_path(path): + if '/users/' not in path: return None nickname = path.split('/users/')[1] if '#' not in nickname: