Merge pull request #1827 from matrix-org/luke/openly_joinable

Update to match is_openly_joinable API
pull/21833/head
Luke Barnard 2018-04-06 15:55:31 +01:00 committed by GitHub
commit 666f419dfd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 1 deletions

View File

@ -549,7 +549,10 @@ export default React.createClass({
editing: true,
profileForm: Object.assign({}, this.state.summary.profile),
joinableForm: {
policyType: this.state.summary.profile.join_policy,
policyType:
this.state.summary.profile.is_openly_joinable ?
GROUP_JOINPOLICY_OPEN :
GROUP_JOINPOLICY_INVITE,
},
});
dis.dispatch({