Fix "show read receipts sent by other users" not applying to threads (#10445)

This commit is contained in:
Michael Telatynski 2023-03-27 09:56:31 +01:00 committed by GitHub
parent aec454dd6f
commit 58a4003a59
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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