You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-10 09:22:25 +03:00
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:
@@ -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()) {
|
||||
|
||||
Reference in New Issue
Block a user