change post forwarding feature flag default value to true (#20759)

Этот коммит содержится в:
Ashish Dhama
2022-08-04 11:25:35 +05:30
коммит произвёл GitHub
родитель 6cc9933b58
Коммит 34832e0a3f

Просмотреть файл

@@ -98,7 +98,7 @@ func (f *FeatureFlags) SetDefaults() {
f.GraphQL = false
f.InsightsEnabled = true
f.CommandPalette = false
f.PostForwarding = false
f.PostForwarding = true
f.AdvancedTextEditor = true
f.CallsEnabled = true
f.BoardsProduct = false