Merge pull request from GHSA-qmf4-7w7j-vf23
This commit is contained in:
parent
2acc8fd18b
commit
c4428a804c
4 changed files with 4 additions and 3 deletions
|
@ -248,7 +248,7 @@ export default class TimelineCard extends React.Component<IProps, IState> {
|
|||
manageReadMarkers={false} // No RM support in the TimelineCard
|
||||
sendReadReceiptOnLoad={true}
|
||||
timelineSet={this.props.timelineSet}
|
||||
showUrlPreview={true}
|
||||
showUrlPreview={this.context.showUrlPreview}
|
||||
// The right panel timeline (and therefore threads) don't support IRC layout at this time
|
||||
layout={this.state.layout === Layout.Bubble ? Layout.Bubble : Layout.Group}
|
||||
hideThreadedMessages={false}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue