Merge pull request #5827 from element-hq/feature/fga/space_feature_flags

Space feature flags
This commit is contained in:
ganfra 2025-12-03 17:53:03 +01:00 committed by GitHub
commit 5bd194b2b6
10 changed files with 167 additions and 23 deletions

View file

@ -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(