Enable sync on push feature flag to partially sync when notifications arrive (#3290)
This commit is contained in:
committed by
GitHub
parent
65718b3e96
commit
b16edcb62c
+1
-1
@@ -131,7 +131,7 @@ enum class FeatureFlags(
|
||||
key = "feature.syncOnPush",
|
||||
title = "Sync on push",
|
||||
description = "Subscribe to room sync when a push is received",
|
||||
defaultValue = { false },
|
||||
defaultValue = { true },
|
||||
isFinished = false,
|
||||
),
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user