mirror of
https://github.com/vitorpamplona/Nostryfied.git
synced 2025-04-19 18:31:17 +00:00
logging
This commit is contained in:
parent
45f7d2c4b1
commit
74721e5327
@ -215,6 +215,7 @@ const fetchFromRelay = async (relay, filters, pubkey, events, relayStatus) =>
|
||||
signNostrAuthEvent(relay, subscriptionId).then(
|
||||
(event) => {
|
||||
if (event) {
|
||||
console.log("AUTH", JSON.stringify(['EVENT', event]))
|
||||
ws.send(JSON.stringify(['EVENT', event]))
|
||||
} else {
|
||||
updateRelayStatus(relay, "AUTH Req", 0, undefined, relayStatus)
|
||||
|
Loading…
x
Reference in New Issue
Block a user