Generate previews when the room tile is maximised

This commit is contained in:
Jaiwanth 2021-05-03 22:02:33 +05:30
parent cf9edb1884
commit 54e139a6ad
4 changed files with 20 additions and 3 deletions

View file

@ -539,6 +539,7 @@ export default class RoomList extends React.PureComponent<IProps, IState> {
onResize={this.props.onResize}
showSkeleton={showSkeleton}
extraTiles={extraTiles}
resizeNotifier={this.props.resizeNotifier}
alwaysVisible={ALWAYS_VISIBLE_TAGS.includes(orderedTagId)}
/>
});