Skip to content

Commit b16edcb

Browse files
authored
Enable sync on push feature flag to partially sync when notifications arrive (#3290)
1 parent 65718b3 commit b16edcb

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
@@ -131,7 +131,7 @@ enum class FeatureFlags(
131131
key = "feature.syncOnPush",
132132
title = "Sync on push",
133133
description = "Subscribe to room sync when a push is received",
134-
defaultValue = { false },
134+
defaultValue = { true },
135135
isFinished = false,
136136
),
137137
}

0 commit comments

Comments
 (0)