display m.room.history_visibility updates in the timeline
This commit is contained in:
parent
5f68f1313b
commit
0e1186c4f9
3 changed files with 27 additions and 3 deletions
|
@ -450,7 +450,7 @@ module.exports = React.createClass({
|
|||
<input type="radio" id="hvis_sh" name="historyVis" value="shared"
|
||||
defaultChecked={historyVisibility === "shared"}
|
||||
onChange={this._onHistoryRadioToggle} />
|
||||
Members only (since the room began)
|
||||
Members only (since the point in time of selecting this option)
|
||||
</label>
|
||||
<label htmlFor="hvis_inv">
|
||||
<input type="radio" id="hvis_inv" name="historyVis" value="invited"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue