Oddbean new post about | logout
 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 
 Ahhh yes logical operator so it’ll update all of them at the same time thanks for the tip 💫 
 not to update them all, but to display the first value that is present 🤙🏼