Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
08fc661077 |
+1
-1
@@ -490,7 +490,7 @@ function isExpectedSignerCapabilityError(method, error) {
|
||||
function tryRegisterActiveSigningPort() {
|
||||
if (!ndkWorker?.port) return;
|
||||
try {
|
||||
const auth = window?.NOSTR_LOGIN_LITE?.getAuthState?.() || window?.nostr?.authState || null;
|
||||
const auth = window?.nostr?.authState || window?.NOSTR_LOGIN_LITE?.getAuthState?.() || null;
|
||||
if (auth?.method === 'nsigner' && auth?.signer?.driver) {
|
||||
ndkWorker.port.postMessage({ type: 'setActiveSigningPort' });
|
||||
}
|
||||
|
||||
+3
-3
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"VERSION": "v0.7.13",
|
||||
"VERSION_NUMBER": "0.7.13",
|
||||
"BUILD_DATE": "2026-05-27T19:27:24.421Z"
|
||||
"VERSION": "v0.7.14",
|
||||
"VERSION_NUMBER": "0.7.14",
|
||||
"BUILD_DATE": "2026-05-27T19:48:34.590Z"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user