Fix URL preview options
Signed-off-by: Travis Ralston <travpc@gmail.com>
This commit is contained in:
parent
72517f95bb
commit
9c846e4dd9
4 changed files with 19 additions and 4 deletions
|
@ -55,7 +55,8 @@ module.exports = React.createClass({
|
|||
<label>
|
||||
<SettingsCheckbox name="urlPreviewsEnabled"
|
||||
level="room"
|
||||
roomId={this.props.room.roomId} />
|
||||
roomId={this.props.room.roomId}
|
||||
isExplicit={true} />
|
||||
</label>
|
||||
);
|
||||
} else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue