From e5828b6da01047217f78c12bd8e65aecf8c3d0a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pablo=20Andr=C3=A9s=20V=C3=A9lez=20Vidal?= Date: Wed, 9 Nov 2022 20:06:52 +0100 Subject: [PATCH] MM-47865 - remove guided channel ff (#21599) --- model/feature_flags.go | 4 ---- 1 file changed, 4 deletions(-) diff --git a/model/feature_flags.go b/model/feature_flags.go index 38d6214254..83272a9a88 100644 --- a/model/feature_flags.go +++ b/model/feature_flags.go @@ -42,9 +42,6 @@ type FeatureFlags struct { // A dash separated list for feature flags to turn on for Boards BoardsFeatureFlags string - // Enable Create First Channel - GuidedChannelCreation bool - // A/B test for whether radio buttons or toggle button is more effective in in-screen invite to team modal ("none", "toggle") InviteToTeam string @@ -98,7 +95,6 @@ func (f *FeatureFlags) SetDefaults() { f.PermalinkPreviews = true f.CallsMobile = false f.BoardsFeatureFlags = "" - f.GuidedChannelCreation = false f.InviteToTeam = "none" f.CustomGroups = true f.BoardsDataRetention = false