mirror of https://github.com/vector-im/riot-web
ts-ignore because something is made of fail
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>pull/21833/head
parent
6116cfc2b9
commit
9391d151f3
|
@ -1620,6 +1620,7 @@ export default class MatrixChat extends React.PureComponent<IProps, IState> {
|
||||||
const {hsUrl, isUrl} = this.props.serverConfig;
|
const {hsUrl, isUrl} = this.props.serverConfig;
|
||||||
cli = createClient({
|
cli = createClient({
|
||||||
baseUrl: hsUrl,
|
baseUrl: hsUrl,
|
||||||
|
// @ts-ignore - XXX: remove me when it doesn't break tests
|
||||||
idBaseUrl: isUrl,
|
idBaseUrl: isUrl,
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue