lumehq / lume

A multi-purpose nostr client for desktop.
https://lume.nu
GNU General Public License v3.0
233 stars 24 forks source link

NIP-05 Unverified when other clients say verified #128

Open HonkMonster opened 7 months ago

HonkMonster commented 7 months ago

Lume says my NIP-05 is unverified

image

Other clients like noStrudel think it's fine

image

My NIP-05: https://honk.monster/.well-known/nostr.json

reyamir commented 7 months ago

oh, look like some issue prevent lume fetch your nip-05, maybe cors issue, I will look into it

HonkMonster commented 7 months ago

It's entirely possible it's a misconfiguration on my end, let me know if I need to change anything.

reyamir commented 7 months ago

ah nope, your NIP-05 is fine, lume cannot verify your nip-05 cause by case sensitive issue, I've pushed new commit to fixed it

new build will be release in the weekend

HonkMonster commented 7 months ago

I thought that might be it. I have another minor nitpick with NIP-05. When a user does _@example.com, the "_@" should be excluded and it should only say the domain name. Example:

image

image

reyamir commented 7 months ago

oh, I will support it in lume too

reyamir commented 7 months ago

Hi, I've pushed new update for NIP-05 improvement, https://github.com/luminous-devs/lume/releases/tag/v2.2.2

HonkMonster commented 7 months ago

Still getting issue on 2.2.3

image

_@'s are displaying correctly though

reyamir commented 7 months ago

Sorry about that, my latest changes are override old changes I've pushed new commit to fix it, but I not release new version yet, maybe at the weekend when I push some other large changes