mirror of
https://github.com/vector-im/element-web.git
synced 2025-08-24 16:01:42 +02:00
Change to new consistent name for MemoryStore
This commit is contained in:
parent
44f3cac5eb
commit
1c677d3581
@ -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…
x
Reference in New Issue
Block a user