Enable MediaGallery in prod.

This commit is contained in:
Benoit Marty 2024-12-19 16:39:23 +01:00
parent 52af70ad0d
commit 1e49ef7962

View file

@ -158,7 +158,7 @@ enum class FeatureFlags(
key = "feature.media_gallery",
title = "Allow user to open the media gallery",
description = null,
defaultValue = { buildMeta -> buildMeta.buildType != BuildType.RELEASE },
defaultValue = { true },
isFinished = false,
),
EventCache(