Merge branch 'develop' into feature/fga/pinned_event_feature_flag

This commit is contained in:
ganfra 2024-07-30 20:44:51 +02:00
commit cbae8fdfd6
87 changed files with 1799 additions and 610 deletions

View file

@ -126,5 +126,12 @@ enum class FeatureFlags(
description = "Allow user to pin events in a room",
defaultValue = { 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,
),
}