Use snake case

Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
Šimon Brandner 2021-08-06 07:55:08 +02:00
parent f7e750df60
commit 44acded0a0
No known key found for this signature in database
GPG key ID: CC823428E9B582FB
3 changed files with 3 additions and 3 deletions

View file

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