Support secret per-room hidden read receipts
This commit is contained in:
parent
af35cdc2ea
commit
e29184ae1d
2 changed files with 3 additions and 2 deletions
|
@ -685,7 +685,8 @@ const TimelinePanel = createReactClass({
|
|||
}
|
||||
this.lastRMSentEventId = this.state.readMarkerEventId;
|
||||
|
||||
const hiddenRR = !SettingsStore.getValue("sendReadReceipts");
|
||||
const roomId = this.props.timelineSet.room.roomId;
|
||||
const hiddenRR = !SettingsStore.getValue("sendReadReceipts", roomId);
|
||||
|
||||
debuglog('TimelinePanel: Sending Read Markers for ',
|
||||
this.props.timelineSet.room.roomId,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue