ONOSENDAI
ONOSENDAI copied to clipboard
NIP-05 verification for pubkeys in message modal
Message modal displays raw pubkeys. It would be better to show the NIP-05 verified username instead (if present), and then link to it.

- [ ] intermediately, get npub rendering and linked instead of raw pubkey then ...
- [ ] use
pubkeysobject to get a list of pubkeys - [ ] query relay for events kind 0 passing pubkey as author
- [ ] do 1 of 2 things:
- store all metadata objects in
Map(<pk>: {metadata}, ...)for easy querying inaugUIModalfn - query relay in the
augUIModalfn in real-time to get nip05
- store all metadata objects in
Can pick up this issue too :)