feat: use latest nostr sdk

This commit is contained in:
reya
2024-10-23 10:16:56 +07:00
parent cc7de41bfd
commit 172566028b
21 changed files with 596 additions and 240 deletions
+4
View File
@@ -197,6 +197,10 @@ function Screen() {
};
const submit = async () => {
if (!text.length) {
return;
}
if (currentUser) {
const signer = await commands.hasSigner(currentUser);