Remove FeatureFlag.SyncOnPush
This commit is contained in:
parent
ebecc6652b
commit
45150de5b3
3 changed files with 4 additions and 39 deletions
|
|
@ -34,13 +34,6 @@ enum class FeatureFlags(
|
|||
defaultValue = { false },
|
||||
isFinished = false,
|
||||
),
|
||||
SyncOnPush(
|
||||
key = "feature.syncOnPush",
|
||||
title = "Sync on push",
|
||||
description = "Subscribe to room sync when a push is received",
|
||||
defaultValue = { true },
|
||||
isFinished = false,
|
||||
),
|
||||
OnlySignedDeviceIsolationMode(
|
||||
key = "feature.onlySignedDeviceIsolationMode",
|
||||
title = "Exclude insecure devices when sending/receiving messages",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue