You've already forked matrix-react-sdk
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:
@@ -100,6 +100,12 @@ export async function checkConsistency() {
|
||||
error("Storage consistency checks failed");
|
||||
track("Consistency checks failed");
|
||||
}
|
||||
|
||||
return {
|
||||
dataInLocalStorage,
|
||||
dataInCryptoStore,
|
||||
healthy,
|
||||
};
|
||||
}
|
||||
|
||||
async function checkSyncStore() {
|
||||
|
||||
Reference in New Issue
Block a user