-
Notifications
You must be signed in to change notification settings - Fork 160
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Default enable voice message feature flag #1669
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This does not enable in production app, if this is what you want to achieve (?)
@@ -47,7 +47,7 @@ enum class FeatureFlags( | |||
key = "feature.voicemessages", | |||
title = "Voice messages", | |||
description = "Send and receive voice messages", | |||
defaultValue = false, | |||
defaultValue = true, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Have you read the comment at line 21? 😛
0068bda
to
e2f88cf
Compare
Fixed, Thanks :) |
Kudos, SonarCloud Quality Gate passed! |
📱 Scan the QR code below to install the build (arm64 only) for this PR. |
I forgot to mention it, but maybe add an file for a changelog for that? It will be more visible in the release note when we will do the release. |
|
:party