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

Remove old migration code

...as instructed!
This commit is contained in:
David Baker
2018-10-03 18:28:41 +01:00
parent 3cc4ea5ecb
commit 1ec0f04baf

View File

@ -48,9 +48,6 @@ export default function createMatrixClient(opts) {
}
if (indexedDB && localStorage) {
// FIXME: bodge to remove old database. Remove this after a few weeks.
indexedDB.deleteDatabase("matrix-js-sdk:default");
storeOpts.store = new Matrix.IndexedDBStore({
indexedDB: indexedDB,
dbName: "riot-web-sync",