Merge branch 'develop' into feature/fga/pinned_event_feature_flag
This commit is contained in:
commit
cbae8fdfd6
87 changed files with 1799 additions and 610 deletions
|
|
@ -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,
|
||||
),
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue