Generate previews when the room tile is maximised
This commit is contained in:
parent
cf9edb1884
commit
54e139a6ad
4 changed files with 20 additions and 3 deletions
|
@ -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)}
|
||||
/>
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue