s/m.room.join_rule/m.room.join_rules/
This commit is contained in:
parent
bbd57f2bdf
commit
18fc8fc6c4
1 changed files with 1 additions and 1 deletions
|
@ -441,7 +441,7 @@ module.exports = React.createClass({
|
||||||
Mute notifications for this room
|
Mute notifications for this room
|
||||||
</label>
|
</label>
|
||||||
<label>
|
<label>
|
||||||
<input type="checkbox" disabled={ !roomState.mayClientSendStateEvent("m.room.join_rule", cli) }
|
<input type="checkbox" disabled={ !roomState.mayClientSendStateEvent("m.room.join_rules", cli) }
|
||||||
onChange={this._onToggle.bind(this, "join_rule", "invite", "public")}
|
onChange={this._onToggle.bind(this, "join_rule", "invite", "public")}
|
||||||
defaultChecked={this.state.join_rule !== "public"}/>
|
defaultChecked={this.state.join_rule !== "public"}/>
|
||||||
Make this room private
|
Make this room private
|
||||||
|
|
Loading…
Reference in a new issue