Change default IS to vector
This commit is contained in:
parent
efcc2061b8
commit
6ab993f1a9
|
@ -31,7 +31,7 @@ module.exports = {
|
|||
onHsUrlChanged: function() {},
|
||||
onIsUrlChanged: function() {},
|
||||
defaultHsUrl: 'https://matrix.org/',
|
||||
defaultIsUrl: 'https://matrix.org/'
|
||||
defaultIsUrl: 'https://vector.im/'
|
||||
};
|
||||
},
|
||||
|
||||
|
|
Loading…
Reference in New Issue