Revert "Remove FeatureFlag.SyncOnPush"

This reverts commit b394688d5a.
This commit is contained in:
Benoit Marty 2025-08-12 17:16:49 +02:00
parent e9b9ada13d
commit f99b6f30c4
3 changed files with 39 additions and 4 deletions

View file

@ -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",