diff --git a/model/feature_flags.go b/model/feature_flags.go index 6998a03af7..c43c99fc08 100644 --- a/model/feature_flags.go +++ b/model/feature_flags.go @@ -41,9 +41,6 @@ type FeatureFlags struct { // Enable the Global Header GlobalHeader bool - // Enable different team menu button treatments, possible values = ("none", "by_team_name", "inverted_sidebar_bg_color") - AddChannelButton string - // Determine whether when a user gets created, they'll have noisy notifications e.g. Send desktop notifications for all activity NewAccountNoisy bool @@ -89,7 +86,6 @@ func (f *FeatureFlags) SetDefaults() { f.PluginFocalboard = "" f.PermalinkPreviews = true f.GlobalHeader = true - f.AddChannelButton = "by_team_name" f.NewAccountNoisy = false f.CallsMobile = false f.AutoTour = "none"