mirror of
https://github.com/mattermost/mattermost.git
synced 2026-02-18 18:18:23 -05:00
[MM-67488] Set autotranslation feature flag default to true (#35288)
This commit is contained in:
parent
c6d00615dd
commit
d87527b374
1 changed files with 1 additions and 2 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue