Support sending hidden read receipts

Fixes https://github.com/vector-im/riot-web/issues/2527
This commit is contained in:
Travis Ralston 2019-09-05 20:30:19 -06:00
parent 46ee52a406
commit af35cdc2ea
4 changed files with 14 additions and 0 deletions

View file

@ -54,6 +54,7 @@ export default class LabsUserSettingsTab extends React.Component {
<SettingsFlag name={"enableWidgetScreenshots"} level={SettingLevel.ACCOUNT} />
<SettingsFlag name={"showHiddenEventsInTimeline"} level={SettingLevel.DEVICE} />
<SettingsFlag name={"lowBandwidth"} level={SettingLevel.DEVICE} />
<SettingsFlag name={"sendReadReceipts"} level={SettingLevel.ACCOUNT} />
</div>
</div>
);