chore: code format
This commit is contained in:
parent
5a984bddcd
commit
aed098499a
5 changed files with 31 additions and 15 deletions
|
|
@ -322,9 +322,9 @@ class NostrClientConnection:
|
|||
|
||||
if account.blocked:
|
||||
return (
|
||||
False,
|
||||
f"Public key '{pubkey}' is not allowed in relay '{self.relay_id}'!",
|
||||
)
|
||||
False,
|
||||
f"Public key '{pubkey}' is not allowed in relay '{self.relay_id}'!",
|
||||
)
|
||||
|
||||
if not account.can_join and self.client_config.is_paid_relay:
|
||||
return False, f"This is a paid relay: '{self.relay_id}'"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue