Remove key backup & sas from labs

This commit is contained in:
David Baker 2019-02-08 16:58:09 +00:00
parent 2cd25e0077
commit 043f1ab3f0
5 changed files with 53 additions and 96 deletions

View file

@ -1635,7 +1635,6 @@ module.exports = React.createClass({
);
const showRoomRecoveryReminder = (
SettingsStore.isFeatureEnabled("feature_keybackup") &&
SettingsStore.getValue("showRoomRecoveryReminder") &&
MatrixClientPeg.get().isRoomEncrypted(this.state.room.roomId) &&
!MatrixClientPeg.get().getKeyBackupEnabled()