Skip to content

Commit cea6001

Browse files
committed
Update Multi accounts flag details.
1 parent 1463f84 commit cea6001

File tree

1 file changed

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

1 file changed

+3
-2
lines changed

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,8 +102,9 @@ enum class FeatureFlags(
102102
),
103103
MultiAccount(
104104
key = "feature.multi_account",
105-
title = "Multi account",
106-
description = "Allow the application to connect to multiple accounts at the same time. Under active development!",
105+
title = "Multi accounts",
106+
description = "Allow the application to connect to multiple accounts at the same time." +
107+
"\n\nWARNING: this feature is EXPERIMENTAL and UNSTABLE.",
107108
defaultValue = { false },
108109
isFinished = false,
109110
),

0 commit comments

Comments
 (0)