Merge pull request #2599 from matrix-org/dbkr/unlabs_keybackup_sas

Remove key backup & sas from labs
This commit is contained in:
David Baker 2019-02-08 17:41:54 +00:00 committed by GitHub
commit 09bf8099e0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 55 additions and 103 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()