Merge pull request #2812 from jryans/memory-store-name
Change to new consistent name for `MemoryStore`pull/21833/head
commit
ed72352636
|
@ -103,7 +103,7 @@ class MatrixClientPeg {
|
||||||
} catch (err) {
|
} catch (err) {
|
||||||
if (dbType === 'indexeddb') {
|
if (dbType === 'indexeddb') {
|
||||||
console.error('Error starting matrixclient store - falling back to memory store', err);
|
console.error('Error starting matrixclient store - falling back to memory store', err);
|
||||||
this.matrixClient.store = new Matrix.MatrixInMemoryStore({
|
this.matrixClient.store = new Matrix.MemoryStore({
|
||||||
localStorage: global.localStorage,
|
localStorage: global.localStorage,
|
||||||
});
|
});
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Reference in New Issue