Change default IS to vector

This commit is contained in:
David Baker 2015-08-10 15:27:36 +01:00
parent efcc2061b8
commit 6ab993f1a9

View file

@ -31,7 +31,7 @@ module.exports = {
onHsUrlChanged: function() {},
onIsUrlChanged: function() {},
defaultHsUrl: 'https://matrix.org/',
defaultIsUrl: 'https://matrix.org/'
defaultIsUrl: 'https://vector.im/'
};
},