Skip to content

Commit 1e67a01

Browse files
committed
Enable Spaces by default.
1 parent 4660e99 commit 1e67a01

File tree

1 file changed

+1
-2
lines changed
  • libraries/featureflag/api/src/main/kotlin/io/element/android/libraries/featureflag/api

1 file changed

+1
-2
lines changed

libraries/featureflag/api/src/main/kotlin/io/element/android/libraries/featureflag/api/FeatureFlags.kt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,7 @@ enum class FeatureFlags(
7171
Space(
7272
key = "feature.space",
7373
title = "Spaces",
74-
description = "Spaces are under active development, only developers should enable this flag for now.",
75-
defaultValue = { false },
74+
defaultValue = { true },
7675
isFinished = false,
7776
),
7877
PrintLogsToLogcat(

0 commit comments

Comments
 (0)