From 3522a4fdbf7fbdb9ee4380995c4fe4266cb5d5d9 Mon Sep 17 00:00:00 2001 From: Benoit Marty Date: Thu, 6 Mar 2025 10:38:05 +0100 Subject: [PATCH] Enable the Event cache by default. Note that it will not enable it if the user has explicitly disabled it. --- .../element/android/libraries/featureflag/api/FeatureFlags.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/featureflag/api/src/main/kotlin/io/element/android/libraries/featureflag/api/FeatureFlags.kt b/libraries/featureflag/api/src/main/kotlin/io/element/android/libraries/featureflag/api/FeatureFlags.kt index 8e93e679ab..9a683d49d9 100644 --- a/libraries/featureflag/api/src/main/kotlin/io/element/android/libraries/featureflag/api/FeatureFlags.kt +++ b/libraries/featureflag/api/src/main/kotlin/io/element/android/libraries/featureflag/api/FeatureFlags.kt @@ -165,7 +165,7 @@ enum class FeatureFlags( key = "feature.event_cache", title = "Use SDK Event cache", description = "Warning: you must kill and restart the app for the change to take effect.", - defaultValue = { false }, + defaultValue = { true }, isFinished = false, ), }