Fix notifCallback reset after notif

This commit is contained in:
artur 2024-01-30 11:19:32 +03:00
parent 04ecb813b2
commit c28ef815ac

View File

@ -400,6 +400,7 @@ export class NoauthBackend {
}
if (this.notifCallback) this.notifCallback()
this.notifCallback = null
}
private keyInfo(k: DbKey): KeyInfo {