rename invisible flag to onlySignedDeviceIsolation
This commit is contained in:
parent
fdd0a0d4ea
commit
10014d3936
2 changed files with 4 additions and 4 deletions
|
|
@ -101,7 +101,7 @@ class RustMatrixClientFactory @Inject constructor(
|
|||
.autoEnableBackups(true)
|
||||
.autoEnableCrossSigning(true)
|
||||
.roomKeyRecipientStrategy(
|
||||
strategy = if (featureFlagService.isFeatureEnabled(FeatureFlags.InvisibleCrypto)) {
|
||||
strategy = if (featureFlagService.isFeatureEnabled(FeatureFlags.OnlySignedDeviceIsolationMode)) {
|
||||
CollectStrategy.IdentityBasedStrategy
|
||||
} else {
|
||||
CollectStrategy.DeviceBasedStrategy(onlyAllowTrustedDevices = false, errorOnVerifiedUserProblem = true)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue