feat: use latest nostr sdk
This commit is contained in:
@@ -197,6 +197,10 @@ function Screen() {
|
||||
};
|
||||
|
||||
const submit = async () => {
|
||||
if (!text.length) {
|
||||
return;
|
||||
}
|
||||
|
||||
if (currentUser) {
|
||||
const signer = await commands.hasSigner(currentUser);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user