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

t3chguy/dedup-icons-17oct
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
1 changed files with 1 additions and 1 deletions

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}