From 7287da6391529ad14d857fd1e6e48f22805d55fd Mon Sep 17 00:00:00 2001 From: Allan Guwatudde Date: Thu, 4 Nov 2021 16:28:46 +0300 Subject: [PATCH] [MM-39503] - Remove DownloadApps Feature Flag (#18902) --- model/feature_flags.go | 4 ---- 1 file changed, 4 deletions(-) diff --git a/model/feature_flags.go b/model/feature_flags.go index b5a54ffe96..1b3db735c9 100644 --- a/model/feature_flags.go +++ b/model/feature_flags.go @@ -44,9 +44,6 @@ type FeatureFlags struct { // Enable different treatments for first time users, possible values = ("none", "tour_point", "around_input") PrewrittenMessages string - // Enable different treatments for first time users, possible values = ("none", "tips_and_next_steps") - DownloadAppsCTA string - // Determine whether when a user gets created, they'll have noisy notifications e.g. Send desktop notifications for all activity NewAccountNoisy bool // Enable Boards Unfurl Preview @@ -78,7 +75,6 @@ func (f *FeatureFlags) SetDefaults() { f.GlobalHeader = true f.AddChannelButton = "by_team_name" f.PrewrittenMessages = "tour_point" - f.DownloadAppsCTA = "tips_and_next_steps" f.NewAccountNoisy = false f.BoardsUnfurl = true f.CallsMobile = false