We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4660e99 commit 1e67a01Copy full SHA for 1e67a01
libraries/featureflag/api/src/main/kotlin/io/element/android/libraries/featureflag/api/FeatureFlags.kt
@@ -71,8 +71,7 @@ enum class FeatureFlags(
71
Space(
72
key = "feature.space",
73
title = "Spaces",
74
- description = "Spaces are under active development, only developers should enable this flag for now.",
75
- defaultValue = { false },
+ defaultValue = { true },
76
isFinished = false,
77
),
78
PrintLogsToLogcat(
0 commit comments