Merge branch 'master' into DID-10
This commit is contained in:
@@ -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())
|
||||
|
||||
Reference in New Issue
Block a user