parent
e9b9ada13d
commit
f99b6f30c4
3 changed files with 39 additions and 4 deletions
|
|
@ -34,6 +34,13 @@ 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