diff --git a/damus/Nostr/Nostr.swift b/damus/Nostr/Nostr.swift index f6655fee..3d7f5ba0 100644 --- a/damus/Nostr/Nostr.swift +++ b/damus/Nostr/Nostr.swift @@ -110,7 +110,7 @@ struct Profile: Codable { return lnaddress_to_lnurl(addr); } - if !addr.hasPrefix("lnurl") { + if !addr.lowercased().hasPrefix("lnurl") { return nil }