Merge remote-tracking branch 'origin/develop' into develop
This commit is contained in:
commit
7e721adf80
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ export default React.createClass({
|
|||
onFinished: PropTypes.func.isRequired,
|
||||
},
|
||||
|
||||
componentDidMount: function() {
|
||||
componentWillMount: function() {
|
||||
const config = SdkConfig.get();
|
||||
// Dialog shows inverse of m.federate (noFederate) strict false check to skip undefined check (default = true)
|
||||
this.defaultNoFederate = config.default_federate === false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue