Merge pull request #5827 from element-hq/feature/fga/space_feature_flags
Space feature flags
This commit is contained in:
commit
5bd194b2b6
10 changed files with 167 additions and 23 deletions
|
|
@ -74,6 +74,13 @@ enum class FeatureFlags(
|
|||
key = "feature.space",
|
||||
title = "Spaces",
|
||||
defaultValue = { true },
|
||||
isFinished = true,
|
||||
),
|
||||
SpaceSettings(
|
||||
key = "feature.spaceSettings",
|
||||
title = "Space settings",
|
||||
description = "Allow managing space settings such as details, permissions and privacy.",
|
||||
defaultValue = { false },
|
||||
isFinished = false,
|
||||
),
|
||||
PrintLogsToLogcat(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue