diff --git a/src/components/structures/MatrixChat.js b/src/components/structures/MatrixChat.js index 6c41380751..0f4a714fc1 100644 --- a/src/components/structures/MatrixChat.js +++ b/src/components/structures/MatrixChat.js @@ -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" } },