mirror of
https://github.com/vector-im/element-web.git
synced 2026-05-04 19:56:45 +02:00
Merge branch 'develop' into matthew/preview_urls
This commit is contained in:
commit
2d289b321d
@ -559,7 +559,7 @@ module.exports = React.createClass({
|
||||
<input type="checkbox" disabled={ !roomState.mayClientSendStateEvent("m.room.aliases", cli) }
|
||||
onChange={ this._onToggle.bind(this, "isRoomPublished", true, false)}
|
||||
checked={this.state.isRoomPublished}/>
|
||||
List this room in { MatrixClientPeg.get().getDomain() }'s directory?
|
||||
List this room in { MatrixClientPeg.get().getDomain() }'s room directory?
|
||||
</label>
|
||||
</div>
|
||||
<div className="mx_RoomSettings_settings">
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user