From 21a61813e8595b4bf2b1b4b02702a97ad6a07bd9 Mon Sep 17 00:00:00 2001 From: Allan Guwatudde Date: Mon, 15 Nov 2021 09:35:10 +0300 Subject: [PATCH] [MM-39504] - Remove Prewritten Messages Feature Flag (#18968) --- model/feature_flags.go | 4 ---- 1 file changed, 4 deletions(-) diff --git a/model/feature_flags.go b/model/feature_flags.go index 1d90998007..4d412950d1 100644 --- a/model/feature_flags.go +++ b/model/feature_flags.go @@ -44,9 +44,6 @@ type FeatureFlags struct { // Enable different team menu button treatments, possible values = ("none", "by_team_name", "inverted_sidebar_bg_color") AddChannelButton string - // Enable different treatments for first time users, possible values = ("none", "tour_point", "around_input") - PrewrittenMessages 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 @@ -81,7 +78,6 @@ func (f *FeatureFlags) SetDefaults() { f.PermalinkPreviews = true f.GlobalHeader = true f.AddChannelButton = "by_team_name" - f.PrewrittenMessages = "tour_point" f.NewAccountNoisy = false f.BoardsUnfurl = true f.CallsMobile = false