UTXOnly / nostpy-relay

A nostr relay backed by a postgresql database, run with docker-compose
The Unlicense
17 stars 6 forks source link

[BUG] OK status not returning event id #48

Closed UTXOnly closed 8 months ago

UTXOnly commented 8 months ago

Issue

When relay is replying to clients upon successful event add, the relay uses n0stafarian419 in place of the event_id

Resolution

Relay should reply with actual event_id instead of static placeholder value it is currently using as referenced here

["OK", "b1a649ebe8...", true, "duplicate: already have this event"]