Merge pull request #21042 from mattermost/people-product-init

Этот коммит содержится в:
Caleb Roseland
2022-10-21 10:11:02 -05:00
коммит произвёл GitHub
родитель 2ce3e81490 1f4f59aaa0
Коммит 11ecd36eb2

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

@@ -76,6 +76,8 @@ type FeatureFlags struct {
SendWelcomePost bool SendWelcomePost bool
PostPriority bool PostPriority bool
PeopleProduct bool
} }
func (f *FeatureFlags) SetDefaults() { func (f *FeatureFlags) SetDefaults() {
@@ -104,6 +106,7 @@ func (f *FeatureFlags) SetDefaults() {
f.PlanUpgradeButtonText = "upgrade" f.PlanUpgradeButtonText = "upgrade"
f.SendWelcomePost = true f.SendWelcomePost = true
f.PostPriority = false f.PostPriority = false
f.PeopleProduct = false
} }
func (f *FeatureFlags) Plugins() map[string]string { func (f *FeatureFlags) Plugins() map[string]string {