damus
damus copied to clipboard
See which relay(s) a note is coming from
User Story
As a Damus user who is reading & examining a note, I would like to be able to see which relay a note is coming from, so that I have a better understanding of my view of the nostr network.
Acceptance Criteria
- User has a method to examine which relay a note originates from
- Given the starting point of limited real estate, user should have a method to see in detail the provenance of a note (e.g. a pop-up of other UI artifact that shows relay details)
questions If relay seen on three (3) or more relays, how / should Damus abbreviate UI?
related
Icons for relays: https://github.com/damus-io/damus/issues/543
Origin
https://damus.io/note1twk8p9fyxqxr9aw9l3tpeku2llctshfvtkzx2sxr2hsw994wwrpqdq69xt

https://bountsr.org/relay-display/
nostrdb will add support for this.
@fishcharlie
Https://damus.io/note148v0gjlr9h2erslq93dkpgdvpaqqeym2gr5ady8qdajthana76ps864cew
This is a helpful tool in letting users curate their relays to remove noisy ones
Eric added the ActivityPub, and Bluesky provenance labels. These labels add useful context, and look decent. According to NIP-11 relays should have a logo. Per nostr.watch in practice relays many do not have icons. fyi @daniel
nostrdb will add support for this.
took awhile... but backend is merged now:
- https://github.com/damus-io/nostrdb/pull/76
We'll need to update nostrdb some more:
- #2586
solved by https://github.com/damus-io/damus/pull/3143