We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d2700cc + 1f9ca4b commit d6920f9Copy full SHA for d6920f9
libraries/featureflag/api/src/main/kotlin/io/element/android/libraries/featureflag/api/FeatureFlags.kt
@@ -176,11 +176,11 @@ enum class FeatureFlags(
176
isFinished = false,
177
),
178
SharePos(
179
- key = "feature.share_pos",
+ key = "feature.share_pos_v2",
180
title = "Share pos in sliding sync",
181
description = "Keep the sliding sync pos to make initial syncs faster. Requires an app restart to take effect." +
182
"\n\nWARNING: this may cause issues with syncs.",
183
- defaultValue = { false },
+ defaultValue = { true },
184
// False so it's displayed in the developer options screen
185
186
0 commit comments