Convert cross-signing feature flag to setting
This is intended as a temporary measure until we're comfortable with removing the flag entirely.
This commit is contained in:
parent
c81c209d7b
commit
2d395d8dd1
24 changed files with 38 additions and 37 deletions
|
@ -124,7 +124,7 @@ export default class DeviceListener {
|
|||
const cli = MatrixClientPeg.get();
|
||||
|
||||
if (
|
||||
!SettingsStore.isFeatureEnabled("feature_cross_signing") ||
|
||||
!SettingsStore.getValue("feature_cross_signing") ||
|
||||
!await cli.doesServerSupportUnstableFeature("org.matrix.e2e_cross_signing")
|
||||
) return;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue