Merge pull request #5108 from element-hq/feature/fga/re_enable_share_pos
misc : re-enable share pos by default
This commit is contained in:
commit
36ce2640f7
1 changed files with 2 additions and 2 deletions
|
|
@ -176,11 +176,11 @@ enum class FeatureFlags(
|
||||||
isFinished = false,
|
isFinished = false,
|
||||||
),
|
),
|
||||||
SharePos(
|
SharePos(
|
||||||
key = "feature.share_pos",
|
key = "feature.share_pos_v2",
|
||||||
title = "Share pos in sliding sync",
|
title = "Share pos in sliding sync",
|
||||||
description = "Keep the sliding sync pos to make initial syncs faster. Requires an app restart to take effect." +
|
description = "Keep the sliding sync pos to make initial syncs faster. Requires an app restart to take effect." +
|
||||||
"\n\nWARNING: this may cause issues with syncs.",
|
"\n\nWARNING: this may cause issues with syncs.",
|
||||||
defaultValue = { false },
|
defaultValue = { true },
|
||||||
// False so it's displayed in the developer options screen
|
// False so it's displayed in the developer options screen
|
||||||
isFinished = false,
|
isFinished = false,
|
||||||
),
|
),
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue