|
|
|
@ -6,7 +6,7 @@ import { decrypt, encrypt, getConversationKey } from "nostr-tools/nip44" |
|
|
|
import { RelayRecord } from "nostr-tools/relay" |
|
|
|
import { RelayRecord } from "nostr-tools/relay" |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
export const BUNKER_REGEX = /^bunker:\/\/([0-9a-f]{64})\??([?/w:.=&%-]*)$/ |
|
|
|
export const BUNKER_REGEX = /^bunker:\/\/([0-9a-f]{64})\??([?/\w:.=&%-]*)$/ |
|
|
|
|
|
|
|
|
|
|
|
// const EMAIL_REGEX = /^[^\s@]+@[^\s@]+\.[^\s@]+$/
|
|
|
|
// const EMAIL_REGEX = /^[^\s@]+@[^\s@]+\.[^\s@]+$/
|
|
|
|
|
|
|
|
|
|
|
|
|