From cabcde12f7dd6927f5e55c9a2d090666e4d8ce76 Mon Sep 17 00:00:00 2001 From: Allan Guwatudde Date: Thu, 16 Feb 2023 11:46:35 +0300 Subject: [PATCH] [MM-50271] - Remove AnnualSubscription feature flag (#22338) --- model/feature_flags.go | 3 --- 1 file changed, 3 deletions(-) diff --git a/model/feature_flags.go b/model/feature_flags.go index 80b25dbc6c..1c7656f008 100644 --- a/model/feature_flags.go +++ b/model/feature_flags.go @@ -68,8 +68,6 @@ type FeatureFlags struct { PeopleProduct bool - AnnualSubscription bool - // A/B Test on reduced onboarding task list item ReduceOnBoardingTaskList bool @@ -105,7 +103,6 @@ func (f *FeatureFlags) SetDefaults() { f.PostPriority = true f.PeopleProduct = false f.WorkTemplate = false - f.AnnualSubscription = false f.ReduceOnBoardingTaskList = false f.ThreadsEverywhere = false f.GlobalDrafts = true