mirror of https://github.com/vector-im/riot-web
				
				
				
			Change to new consistent name for `MemoryStore`
							parent
							
								
									44f3cac5eb
								
							
						
					
					
						commit
						1c677d3581
					
				|  | @ -103,7 +103,7 @@ class MatrixClientPeg { | |||
|             } catch (err) { | ||||
|                 if (dbType === 'indexeddb') { | ||||
|                     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, | ||||
|                     }); | ||||
|                 } else { | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue
	
	 J. Ryan Stinnett
						J. Ryan Stinnett