Use snake case
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
parent
f7e750df60
commit
44acded0a0
3 changed files with 3 additions and 3 deletions
|
@ -758,7 +758,7 @@ class TimelinePanel extends React.Component<IProps, IState> {
|
|||
this.lastRMSentEventId = this.state.readMarkerEventId;
|
||||
|
||||
const roomId = this.props.timelineSet.room.roomId;
|
||||
const hiddenRR = SettingsStore.getValue("feature_hiddenReadReceipts", roomId);
|
||||
const hiddenRR = SettingsStore.getValue("feature_hidden_read_receipts", roomId);
|
||||
|
||||
debuglog('TimelinePanel: Sending Read Markers for ',
|
||||
this.props.timelineSet.room.roomId,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue