show and copy npub

This commit is contained in:
Jon Staab
2025-07-02 16:48:44 -07:00
parent 4bbc0878f7
commit 9e8aa2ef3a
2 changed files with 4 additions and 6 deletions
+1 -3
View File
@@ -242,9 +242,7 @@ export const checkRelayAccess = async (url: string, claim = "") => {
if (error?.startsWith("mute: ")) return
// Ignore rejected empty claims
if (!claim && error?.includes("invite code")) {
return `failed to request access to relay`
}
if (!claim && error?.includes("invite code")) return
return message
}