diff --git a/src/components/structures/GroupView.js b/src/components/structures/GroupView.js index ac6e89d407..8a5d3d2025 100644 --- a/src/components/structures/GroupView.js +++ b/src/components/structures/GroupView.js @@ -550,7 +550,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({