From b70338071f8cc5819c964dc8ddb5ff88ead81279 Mon Sep 17 00:00:00 2001 From: Julien Tant <785518+JulienTant@users.noreply.github.com> Date: Fri, 4 Mar 2022 16:40:04 -0700 Subject: [PATCH] [MM-41579] Remove FF guided channel creation (#19673) Co-authored-by: Mattermod --- model/feature_flags.go | 4 ---- 1 file changed, 4 deletions(-) diff --git a/model/feature_flags.go b/model/feature_flags.go index 1ebf47a196..622900285f 100644 --- a/model/feature_flags.go +++ b/model/feature_flags.go @@ -53,9 +53,6 @@ type FeatureFlags struct { // A/B test for the add members to channel button, possible values = ("top", "bottom") AddMembersToChannel string - // Enable Create First Channel - GuidedChannelCreation bool - // Determine after which duration in hours to send a second invitation to someone that didn't join after the initial invite, possible values = ("48", "72") ResendInviteEmailInterval string @@ -100,7 +97,6 @@ func (f *FeatureFlags) SetDefaults() { f.CallsMobile = false f.BoardsFeatureFlags = "" f.AddMembersToChannel = "top" - f.GuidedChannelCreation = false f.ResendInviteEmailInterval = "" f.InviteToTeam = "none" f.CustomGroups = true