Expose the relay in the client connection event

This commit is contained in:
Wilson Silva
2024-04-05 15:31:49 +01:00
parent 61eb0459d4
commit a0cf41bfb4
7 changed files with 30 additions and 21 deletions

View File

@@ -16,5 +16,6 @@ module Nostr
def execute_within_an_em_thread: { -> void } -> Thread
def initialize_channels: -> void
def build_websocket_client: (String relay_name) -> Faye::WebSocket::Client
end
end