Skip to content

Commit

Permalink
Update client_connection.py (#29)
Browse files Browse the repository at this point in the history
omit return none, in ref to #27
  • Loading branch information
bitkarrot authored Oct 14, 2024
1 parent cc67520 commit 2bdbbb2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion relay/client_connection.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()])
Expand Down

0 comments on commit 2bdbbb2

Please sign in to comment.