diff --git a/model/feature_flags.go b/model/feature_flags.go index 1a4251675a..221cd00499 100644 --- a/model/feature_flags.go +++ b/model/feature_flags.go @@ -47,9 +47,6 @@ type FeatureFlags struct { // Enable Calls plugin support in the mobile app CallsMobile bool - // Start A/B tour tips automatically, possible values = ("none", "auto") - AutoTour string - // A dash separated list for feature flags to turn on for Boards BoardsFeatureFlags string @@ -88,7 +85,6 @@ func (f *FeatureFlags) SetDefaults() { f.GlobalHeader = true f.NewAccountNoisy = false f.CallsMobile = false - f.AutoTour = "none" f.BoardsFeatureFlags = "" f.AddMembersToChannel = "top" f.GuidedChannelCreation = false