Enable sync on push feature flag to partially sync when notifications arrive (#3290)
This commit is contained in:
parent
d510941e83
commit
7f08380b2a
1 changed files with 1 additions and 1 deletions
|
|
@ -131,7 +131,7 @@ enum class FeatureFlags(
|
||||||
key = "feature.syncOnPush",
|
key = "feature.syncOnPush",
|
||||||
title = "Sync on push",
|
title = "Sync on push",
|
||||||
description = "Subscribe to room sync when a push is received",
|
description = "Subscribe to room sync when a push is received",
|
||||||
defaultValue = { false },
|
defaultValue = { true },
|
||||||
isFinished = false,
|
isFinished = false,
|
||||||
),
|
),
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue