feature (media send queue) : enable send queue by default and hide from dev settings
This commit is contained in:
parent
c10608eb67
commit
cbb07217f5
1 changed files with 3 additions and 3 deletions
|
|
@ -140,9 +140,9 @@ enum class FeatureFlags(
|
||||||
MediaUploadOnSendQueue(
|
MediaUploadOnSendQueue(
|
||||||
key = "feature.media_upload_through_send_queue",
|
key = "feature.media_upload_through_send_queue",
|
||||||
title = "Media upload through send queue",
|
title = "Media upload through send queue",
|
||||||
description = "Experimental support for treating media uploads as regular events, with an improved retry and cancellation implementation.",
|
description = "Support for treating media uploads as regular events, with an improved retry and cancellation implementation.",
|
||||||
defaultValue = { buildMeta -> buildMeta.buildType != BuildType.RELEASE },
|
defaultValue = { true },
|
||||||
isFinished = false,
|
isFinished = true,
|
||||||
),
|
),
|
||||||
MediaCaptionCreation(
|
MediaCaptionCreation(
|
||||||
key = "feature.media_caption_creation",
|
key = "feature.media_caption_creation",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue