1
0
Fork 0

Log event id after successful publish

This commit is contained in:
Sjors Provoost 2024-09-06 12:40:33 +02:00
parent 6333b0801c
commit 6748d01158
Signed by: sjors
GPG key ID: 57FF9BDBCC301009

View file

@ -184,6 +184,7 @@ alert("About to post to Nostr.");
for (const i in events) {
const event = events[i]
await relay.event(event);
console.log(event.id);
}
await relay.close()