From c28ef815ac61f46c32803005cd1766cecdfc244a Mon Sep 17 00:00:00 2001 From: artur Date: Tue, 30 Jan 2024 11:19:32 +0300 Subject: [PATCH] Fix notifCallback reset after notif --- src/modules/backend.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/modules/backend.ts b/src/modules/backend.ts index e69414c..2e2f851 100644 --- a/src/modules/backend.ts +++ b/src/modules/backend.ts @@ -400,6 +400,7 @@ export class NoauthBackend { } if (this.notifCallback) this.notifCallback() + this.notifCallback = null } private keyInfo(k: DbKey): KeyInfo {