Appease the linter
							parent
							
								
									c908a6cf1e
								
							
						
					
					
						commit
						bafe59fe28
					
				|  | @ -432,7 +432,7 @@ class RoomListStore extends Store { | |||
|         const listsClone = {}; | ||||
| 
 | ||||
|         // Micro optimization: Support lazily loading the last timestamp in a room
 | ||||
|         let timestampCache = {}; // {roomId => ts}
 | ||||
|         const timestampCache = {}; // {roomId => ts}
 | ||||
|         const lastTimestamp = (room) => { | ||||
|             if (!timestampCache[room.roomId]) { | ||||
|                 timestampCache[room.roomId] = this._tsOfNewestEvent(room); | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue
	
	 Travis Ralston
						Travis Ralston