From c4dcf116c43d126d735e2db4c714dc4d8e33f9b3 Mon Sep 17 00:00:00 2001 From: Julien Tant <785518+JulienTant@users.noreply.github.com> Date: Wed, 9 Feb 2022 14:05:25 -0700 Subject: [PATCH] [MM-41408] Remove autotour feature flag (#19495) --- model/feature_flags.go | 4 ---- 1 file changed, 4 deletions(-) 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