1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-08 21:42:24 +03:00

Merge pull request #2841 from jryans/storage-eviction-modal

Notify user when crypto data is missing
This commit is contained in:
J. Ryan Stinnett
2019-04-01 17:31:39 +01:00
committed by GitHub
8 changed files with 154 additions and 9 deletions

View File

@@ -100,6 +100,12 @@ export async function checkConsistency() {
error("Storage consistency checks failed");
track("Consistency checks failed");
}
return {
dataInLocalStorage,
dataInCryptoStore,
healthy,
};
}
async function checkSyncStore() {