Default IS should be vector.im now

This commit is contained in:
David Baker 2016-06-09 10:56:14 +01:00
parent bb405563c8
commit 98ef793809

View File

@ -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"
}
},