You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-05 23:10:41 +03:00
Default IS should be vector.im now
This commit is contained in:
@@ -117,7 +117,7 @@ module.exports = React.createClass({
|
|||||||
return window.localStorage.getItem("mx_is_url");
|
return window.localStorage.getItem("mx_is_url");
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
return this.props.config.default_is_url || "https://matrix.org"
|
return this.props.config.default_is_url || "https://vector.im"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user