File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
libraries/featureflag/api/src/main/kotlin/io/element/android/libraries/featureflag/api Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -140,9 +140,9 @@ enum class FeatureFlags(
140140 MediaUploadOnSendQueue (
141141 key = " feature.media_upload_through_send_queue" ,
142142 title = " Media upload through send queue" ,
143- description = " Experimental support for treating media uploads as regular events, with an improved retry and cancellation implementation." ,
144- defaultValue = { buildMeta -> buildMeta.buildType != BuildType . RELEASE },
145- isFinished = false ,
143+ description = " Support for treating media uploads as regular events, with an improved retry and cancellation implementation." ,
144+ defaultValue = { true },
145+ isFinished = true ,
146146 ),
147147 MediaCaptionCreation (
148148 key = " feature.media_caption_creation" ,
You can’t perform that action at this time.
0 commit comments