diff --git a/relay/client_connection.py b/relay/client_connection.py index 81ae79c..c8abc3a 100644 --- a/relay/client_connection.py +++ b/relay/client_connection.py @@ -130,7 +130,6 @@ async def _handle_event(self, e: NostrEvent): await self._send_msg(resp_nip20) return None self.auth_pubkey = e.pubkey - return None if not self.auth_pubkey and self.config.event_requires_auth(e.kind): await self._send_msg(["AUTH", self._current_auth_challenge()])