Change default IS to vector

healthdemo
David Baker 2015-08-10 15:27:36 +01:00
parent efcc2061b8
commit 6ab993f1a9
1 changed files with 1 additions and 1 deletions

View File

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