Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit 58a4003

Browse files
authored
Fix "show read receipts sent by other users" not applying to threads (#10445)
1 parent aec454d commit 58a4003

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/structures/ThreadView.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,7 @@ export default class ThreadView extends React.Component<IProps, IState> {
367367
<TimelinePanel
368368
key={this.state.thread.id}
369369
ref={this.timelinePanel}
370-
showReadReceipts={true}
370+
showReadReceipts={this.context.showReadReceipts}
371371
manageReadReceipts={true}
372372
manageReadMarkers={true}
373373
sendReadReceiptOnLoad={true}

0 commit comments

Comments
 (0)