mirror of
https://github.com/element-hq/element-web
synced 2024-11-28 04:21:57 +03:00
Default IS should be vector.im now
This commit is contained in:
parent
bb405563c8
commit
98ef793809
1 changed files with 1 additions and 1 deletions
|
@ -117,7 +117,7 @@ module.exports = React.createClass({
|
|||
return window.localStorage.getItem("mx_is_url");
|
||||
}
|
||||
else {
|
||||
return this.props.config.default_is_url || "https://matrix.org"
|
||||
return this.props.config.default_is_url || "https://vector.im"
|
||||
}
|
||||
},
|
||||
|
||||
|
|
Loading…
Reference in a new issue