mirror of
https://github.com/vector-im/element-web.git
synced 2025-08-21 22:41:07 +02:00
Merge remote-tracking branch 'origin/develop' into develop
This commit is contained in:
commit
9b11f2deaa
@ -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({
|
||||
|
Loading…
x
Reference in New Issue
Block a user