ONOSENDAI icon indicating copy to clipboard operation
ONOSENDAI copied to clipboard

NIP-05 verification for pubkeys in message modal

Open bnonni opened this issue 2 years ago • 1 comments

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

image

  • [ ] intermediately, get npub rendering and linked instead of raw pubkey then ...
  • [ ] use pubkeys object 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 in augUIModal fn
    • query relay in the augUIModal fn in real-time to get nip05

bnonni avatar Mar 23 '23 20:03 bnonni

Can pick up this issue too :)

etimofeeva avatar Jun 28 '23 21:06 etimofeeva