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,8 +39,7 @@ class NostrClientManager:
|
||||||
|
|
||||||
async def broadcast_event(self, source: "NostrClientConnection", event: NostrEvent):
|
async def broadcast_event(self, source: "NostrClientConnection", event: NostrEvent):
|
||||||
for client in self.clients(source.relay_id):
|
for client in self.clients(source.relay_id):
|
||||||
if client != source:
|
await client.notify_event(event)
|
||||||
await client.notify_event(event)
|
|
||||||
|
|
||||||
async def init_relays(self):
|
async def init_relays(self):
|
||||||
self._active_relays = await get_config_for_all_active_relays()
|
self._active_relays = await get_config_for_all_active_relays()
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue