1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-10 09:22:25 +03:00

Merge branch 'develop' into matthew/preview_urls

This commit is contained in:
Matthew Hodgson
2016-04-03 01:09:50 +01:00

View File

@@ -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">