When I look at my kind 0 profile metadata in the browser I see duplicate keys in the object:
image and picture
displayName and display_name
Is this intentional ? #asknostr

When I look at my kind 0 profile metadata in the browser I see duplicate keys in the object:
image and picture
displayName and display_name
Is this intentional ? #asknostr

Also “name” hmmm
yeah it's because nostr developers can't agree to use one standard
This is gonna drive me silly
if you're writing nostr code, use something like this:
content.displayName || content.display_name || content.name || content.username
From what I remember, the answer is "yes".