[MM-67488] Set autotranslation feature flag default to true (#35288)

This commit is contained in:
Daniel Espino García 2026-02-16 12:53:29 +01:00 committed by GitHub
parent c6d00615dd
commit d87527b374
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -125,8 +125,7 @@ func (f *FeatureFlags) SetDefaults() {
f.MobileSSOCodeExchange = true
// FEATURE_FLAG_REMOVAL: AutoTranslation - Remove this default when MVP is to be released
f.AutoTranslation = false
f.AutoTranslation = true
f.BurnOnRead = true