Signed-off-by: Aaron Raimist <aaron@raim.ist>
This commit is contained in:
Aaron Raimist
2021-10-22 17:23:32 -05:00
parent 860c0596e1
commit bdc56be863
529 changed files with 1028 additions and 870 deletions

View File

@@ -15,12 +15,12 @@ limitations under the License.
*/
import { LocalStorageCryptoStore } from 'matrix-js-sdk/src/crypto/store/localStorage-crypto-store';
import Analytics from '../Analytics';
import { IndexedDBStore } from "matrix-js-sdk/src/store/indexeddb";
import { IndexedDBCryptoStore } from "matrix-js-sdk/src/crypto/store/indexeddb-crypto-store";
import { logger } from "matrix-js-sdk/src/logger";
import Analytics from '../Analytics';
const localStorage = window.localStorage;
// just *accessing* indexedDB throws an exception in firefox with