Sync on push : add featureflag
This commit is contained in:
parent
b9942ccf6a
commit
2e7321c2eb
1 changed files with 7 additions and 0 deletions
|
|
@ -120,4 +120,11 @@ enum class FeatureFlags(
|
|||
defaultValue = { it.buildType != BuildType.RELEASE },
|
||||
isFinished = false,
|
||||
),
|
||||
SyncOnPush(
|
||||
key = "feature.syncOnPush",
|
||||
title = "Sync on push",
|
||||
description = "Subscribe to room sync when a push is received",
|
||||
defaultValue = { false },
|
||||
isFinished = false,
|
||||
),
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue