Add TODO for the event cache
This commit is contained in:
parent
b0df7539ad
commit
13cd624e1c
1 changed files with 3 additions and 0 deletions
|
|
@ -109,6 +109,9 @@ class RustMatrixClientFactory @Inject constructor(
|
||||||
.addRootCertificates(userCertificatesProvider.provides())
|
.addRootCertificates(userCertificatesProvider.provides())
|
||||||
.autoEnableBackups(true)
|
.autoEnableBackups(true)
|
||||||
.autoEnableCrossSigning(true)
|
.autoEnableCrossSigning(true)
|
||||||
|
// TODO Add a feature flag to enable persistent storage
|
||||||
|
// See https://github.com/matrix-org/matrix-rust-sdk/pull/4396
|
||||||
|
.useEventCachePersistentStorage(false)
|
||||||
.roomKeyRecipientStrategy(
|
.roomKeyRecipientStrategy(
|
||||||
strategy = if (featureFlagService.isFeatureEnabled(FeatureFlags.OnlySignedDeviceIsolationMode)) {
|
strategy = if (featureFlagService.isFeatureEnabled(FeatureFlags.OnlySignedDeviceIsolationMode)) {
|
||||||
CollectStrategy.IdentityBasedStrategy
|
CollectStrategy.IdentityBasedStrategy
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue