Actually change to vector IS

This commit is contained in:
David Baker 2015-08-10 15:50:26 +01:00
parent 6ab993f1a9
commit 96cedc237e
3 changed files with 3 additions and 3 deletions

View file

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