mirror of https://github.com/vector-im/riot-web
Fix "show read receipts sent by other users" not applying to threads (#10445)
parent
aec454dd6f
commit
58a4003a59
|
@ -367,7 +367,7 @@ export default class ThreadView extends React.Component<IProps, IState> {
|
|||
<TimelinePanel
|
||||
key={this.state.thread.id}
|
||||
ref={this.timelinePanel}
|
||||
showReadReceipts={true}
|
||||
showReadReceipts={this.context.showReadReceipts}
|
||||
manageReadReceipts={true}
|
||||
manageReadMarkers={true}
|
||||
sendReadReceiptOnLoad={true}
|
||||
|
|
Loading…
Reference in New Issue