mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-21 15:48:17 +08:00
Consider org.matrix.msc3417.call
as video room in create room dialog (#28497)
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
parent
d8844c682b
commit
5d7c71210f
@ -256,7 +256,7 @@ export default class CreateRoomDialog extends React.Component<IProps, IState> {
|
||||
});
|
||||
|
||||
public render(): React.ReactNode {
|
||||
const isVideoRoom = this.props.type === RoomType.ElementVideo;
|
||||
const isVideoRoom = this.props.type === RoomType.ElementVideo || this.props.type === RoomType.UnstableCall;
|
||||
|
||||
let aliasField: JSX.Element | undefined;
|
||||
if (this.state.joinRule === JoinRule.Public) {
|
||||
|
Loading…
Reference in New Issue
Block a user