mirror of https://github.com/vector-im/riot-web
Merge pull request #5750 from matrix-org/t3chguy/spaces4.6
[Release] Properly gate SpaceRoomView behind labspull/21833/head
commit
d591e507da
|
@ -1911,7 +1911,7 @@ export default class RoomView extends React.Component<IProps, IState> {
|
|||
);
|
||||
}
|
||||
|
||||
if (this.state.room?.isSpaceRoom()) {
|
||||
if (SettingsStore.getValue("feature_spaces") && this.state.room?.isSpaceRoom()) {
|
||||
return <SpaceRoomView
|
||||
space={this.state.room}
|
||||
justCreatedOpts={this.props.justCreatedOpts}
|
||||
|
|
Loading…
Reference in New Issue