[MM-50271] - Remove AnnualSubscription feature flag (#22338)
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
6ba5076a7d
Коммит
cabcde12f7
@@ -68,8 +68,6 @@ 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
|
||||||
|
|
||||||
@@ -105,7 +103,6 @@ func (f *FeatureFlags) SetDefaults() {
|
|||||||
f.PostPriority = true
|
f.PostPriority = true
|
||||||
f.PeopleProduct = false
|
f.PeopleProduct = false
|
||||||
f.WorkTemplate = false
|
f.WorkTemplate = false
|
||||||
f.AnnualSubscription = false
|
|
||||||
f.ReduceOnBoardingTaskList = false
|
f.ReduceOnBoardingTaskList = false
|
||||||
f.ThreadsEverywhere = false
|
f.ThreadsEverywhere = false
|
||||||
f.GlobalDrafts = true
|
f.GlobalDrafts = true
|
||||||
|
|||||||
Ссылка в новой задаче
Block a user