mirror of
https://github.com/element-hq/element-web
synced 2024-11-23 17:56:01 +03:00
Remove old migration code
...as instructed!
This commit is contained in:
parent
c4d39eebe7
commit
f4ae3855d0
1 changed files with 0 additions and 3 deletions
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue