mirror of
https://github.com/vector-im/element-web.git
synced 2025-10-15 09:21:02 +02: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
@ -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…
x
Reference in New Issue
Block a user