Combine cross signing and verification over DM feature flags

This means we can just make the new member info panel support
cross-signing exclusively rather than having to try & make it
temporarily support both
This commit is contained in:
David Baker 2019-12-19 15:23:32 +00:00
parent f30e919f9e
commit 3d8422c88a
4 changed files with 4 additions and 11 deletions

View file

@ -1466,7 +1466,7 @@ export default createReactClass({
}
});
if (SettingsStore.isFeatureEnabled("feature_dm_verification")) {
if (SettingsStore.isFeatureEnabled("feature_cross_signing")) {
cli.on("crypto.verification.request", request => {
let requestObserver;
if (request.event.getRoomId()) {