Merge branch 'master' into DID-10

This commit is contained in:
DuCay
2022-07-19 23:11:07 +03:00
committed by GitHub
19 changed files with 91 additions and 95 deletions

View File

@@ -28,7 +28,7 @@ class Store {
constructor() {
makeAutoObservable(this,{});
reaction(()=>this.keysArray, ()=>this.fetchSharedData())
reaction(() => this.keysArray, () => this.fetchSharedData())
onBecomeObserved(this, "decryptedUserData", () => this.fetchNewAccountData())
onBecomeObserved(this, "sharedData", ()=>this.fetchKeysArray())
onBecomeUnobserved(this, "sharedData", ()=>this.unobservedSharedData())