feat: emoji reaction

This commit is contained in:
Shusui MOYATANI
2023-05-12 21:05:31 +09:00
parent c3a657e8db
commit 9253bb9554
13 changed files with 261 additions and 50 deletions

View File

@@ -17,7 +17,7 @@ export type ProfileEditProps = {
onClose: () => void;
};
const LNURLRegexString = 'LNURL1[AC-HJ-NP-Zac-hj-np-z02-9]+';
const LNURLRegexString = '(LNURL1[AC-HJ-NP-Z02-9]+|lnurl1[ac-hj-np-z02-9]+)';
const InternetIdentiferRegexString = '[-_a-zA-Z0-9.]+@[-a-zA-Z0-9.]+';
const LUDAddressRegexString = `^(${LNURLRegexString}|${InternetIdentiferRegexString})$`;