From 6ab993f1a93e212328368774fe97b3bdc9cf5e26 Mon Sep 17 00:00:00 2001 From: David Baker Date: Mon, 10 Aug 2015 15:27:36 +0100 Subject: [PATCH] Change default IS to vector --- src/controllers/molecules/ServerConfig.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/controllers/molecules/ServerConfig.js b/src/controllers/molecules/ServerConfig.js index 3f5dd99bb5..b962c757af 100644 --- a/src/controllers/molecules/ServerConfig.js +++ b/src/controllers/molecules/ServerConfig.js @@ -31,7 +31,7 @@ module.exports = { onHsUrlChanged: function() {}, onIsUrlChanged: function() {}, defaultHsUrl: 'https://matrix.org/', - defaultIsUrl: 'https://matrix.org/' + defaultIsUrl: 'https://vector.im/' }; },