mirror of
https://github.com/element-hq/element-web
synced 2024-11-23 17:56:01 +03:00
ts-ignore because something is made of fail
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
parent
6116cfc2b9
commit
9391d151f3
1 changed files with 1 additions and 0 deletions
|
@ -1620,6 +1620,7 @@ export default class MatrixChat extends React.PureComponent<IProps, IState> {
|
|||
const {hsUrl, isUrl} = this.props.serverConfig;
|
||||
cli = createClient({
|
||||
baseUrl: hsUrl,
|
||||
// @ts-ignore - XXX: remove me when it doesn't break tests
|
||||
idBaseUrl: isUrl,
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue