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 1463f84 commit cea6001Copy full SHA for cea6001
libraries/featureflag/api/src/main/kotlin/io/element/android/libraries/featureflag/api/FeatureFlags.kt
@@ -102,8 +102,9 @@ enum class FeatureFlags(
102
),
103
MultiAccount(
104
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!",
+ title = "Multi accounts",
+ description = "Allow the application to connect to multiple accounts at the same time." +
107
+ "\n\nWARNING: this feature is EXPERIMENTAL and UNSTABLE.",
108
defaultValue = { false },
109
isFinished = false,
110
0 commit comments