[MM 46537]: Feature flag for the new annual subscription toggle (#21551)
Этот коммит содержится в:
@@ -77,6 +77,8 @@ type FeatureFlags struct {
|
|||||||
|
|
||||||
PeopleProduct bool
|
PeopleProduct bool
|
||||||
|
|
||||||
|
AnnualSubscription bool
|
||||||
|
|
||||||
// A/B Test on reduced onboarding task list item
|
// A/B Test on reduced onboarding task list item
|
||||||
ReduceOnBoardingTaskList bool
|
ReduceOnBoardingTaskList bool
|
||||||
}
|
}
|
||||||
@@ -107,6 +109,7 @@ func (f *FeatureFlags) SetDefaults() {
|
|||||||
f.SendWelcomePost = true
|
f.SendWelcomePost = true
|
||||||
f.PostPriority = false
|
f.PostPriority = false
|
||||||
f.PeopleProduct = false
|
f.PeopleProduct = false
|
||||||
|
f.AnnualSubscription = false
|
||||||
f.ReduceOnBoardingTaskList = false
|
f.ReduceOnBoardingTaskList = false
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Ссылка в новой задаче
Block a user