Skip to content

Commit d591ff4

Browse files
committed
Enable the Event cache by default.
Note that it will not enable it if the user has explicitly disabled it.
1 parent 7d8ab98 commit d591ff4

File tree

1 file changed

+1
-1
lines changed
  • libraries/featureflag/api/src/main/kotlin/io/element/android/libraries/featureflag/api

1 file changed

+1
-1
lines changed

libraries/featureflag/api/src/main/kotlin/io/element/android/libraries/featureflag/api/FeatureFlags.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ enum class FeatureFlags(
165165
key = "feature.event_cache",
166166
title = "Use SDK Event cache",
167167
description = "Warning: you must kill and restart the app for the change to take effect.",
168-
defaultValue = { false },
168+
defaultValue = { true },
169169
isFinished = false,
170170
),
171171
}

0 commit comments

Comments
 (0)