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

Commit c758f7d

Browse files
authored
Merge pull request #6592 from SimonBrandner/fix/hidden-rrs-setting
Don't set hidden RRs labs setting at account level
2 parents 7415aa4 + 833a5ee commit c758f7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/views/settings/tabs/user/LabsUserSettingsTab.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ export default class LabsUserSettingsTab extends React.Component {
7979
let hiddenReadReceipts;
8080
if (this.state.showHiddenReadReceipts) {
8181
hiddenReadReceipts = (
82-
<SettingsFlag name="feature_hidden_read_receipts" level={SettingLevel.ACCOUNT} />
82+
<SettingsFlag name="feature_hidden_read_receipts" level={SettingLevel.DEVICE} />
8383
);
8484
}
8585

0 commit comments

Comments
 (0)