Skip to content

Commit d6920f9

Browse files
authored
Merge pull request #5108 from element-hq/feature/fga/re_enable_share_pos
misc : re-enable share pos by default
2 parents d2700cc + 1f9ca4b commit d6920f9

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -176,11 +176,11 @@ enum class FeatureFlags(
176176
isFinished = false,
177177
),
178178
SharePos(
179-
key = "feature.share_pos",
179+
key = "feature.share_pos_v2",
180180
title = "Share pos in sliding sync",
181181
description = "Keep the sliding sync pos to make initial syncs faster. Requires an app restart to take effect." +
182182
"\n\nWARNING: this may cause issues with syncs.",
183-
defaultValue = { false },
183+
defaultValue = { true },
184184
// False so it's displayed in the developer options screen
185185
isFinished = false,
186186
),

0 commit comments

Comments
 (0)