Sync on push : add featureflag
This commit is contained in:
parent
000f822752
commit
ddca7fc583
1 changed files with 7 additions and 0 deletions
|
|
@ -120,4 +120,11 @@ enum class FeatureFlags(
|
||||||
defaultValue = { it.buildType != BuildType.RELEASE },
|
defaultValue = { it.buildType != BuildType.RELEASE },
|
||||||
isFinished = false,
|
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