Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit f4ae385

Browse files
dbkrbwindels
authored andcommitted
Remove old migration code
...as instructed!
1 parent c4d39ee commit f4ae385

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/utils/createMatrixClient.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,6 @@ export default function createMatrixClient(opts) {
4848
}
4949

5050
if (indexedDB && localStorage) {
51-
// FIXME: bodge to remove old database. Remove this after a few weeks.
52-
indexedDB.deleteDatabase("matrix-js-sdk:default");
53-
5451
storeOpts.store = new Matrix.IndexedDBStore({
5552
indexedDB: indexedDB,
5653
dbName: "riot-web-sync",

0 commit comments

Comments
 (0)