From 98ef793809a662f4864df75ade0856d0ce52ecd6 Mon Sep 17 00:00:00 2001 From: David Baker Date: Thu, 9 Jun 2016 10:56:14 +0100 Subject: [PATCH] Default IS should be vector.im now --- src/components/structures/MatrixChat.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" } },