Move expand-on-filter into the sublist

It's a bit more complicated this way, but helps reduce some of the latency involved in remounting the entire room list.
This commit is contained in:
Travis Ralston 2020-07-26 14:00:01 -06:00
parent c6033b9410
commit 517c93a7d5
2 changed files with 13 additions and 10 deletions

View file

@ -321,7 +321,6 @@ export default class RoomList extends React.PureComponent<IProps, IState> {
isMinimized={this.props.isMinimized}
onResize={this.props.onResize}
extraBadTilesThatShouldntExist={extraTiles}
isFiltered={!!RoomListStore.instance.getFirstNameFilterCondition()}
/>
);
}