feat: send message back to owner
This commit is contained in:
parent
4b96f65c85
commit
2cb9d083c6
1 changed files with 1 additions and 2 deletions
|
|
@ -39,7 +39,6 @@ class NostrClientManager:
|
|||
|
||||
async def broadcast_event(self, source: "NostrClientConnection", event: NostrEvent):
|
||||
for client in self.clients(source.relay_id):
|
||||
if client != source:
|
||||
await client.notify_event(event)
|
||||
|
||||
async def init_relays(self):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue