MM-39565 - remove top option ab testing (#19966)

Co-authored-by: Pablo Velez Vidal <pablo.velez@mattermost.com>
Этот коммит содержится в:
Pablo Andrés Vélez Vidal
2022-04-12 18:44:03 -05:00
коммит произвёл GitHub
родитель 5cb31a114a
Коммит 6881b12af9

Просмотреть файл

@@ -41,9 +41,6 @@ type FeatureFlags struct {
// A dash separated list for feature flags to turn on for Boards
BoardsFeatureFlags string
// A/B test for the add members to channel button, possible values = ("top", "bottom")
AddMembersToChannel string
// Enable Create First Channel
GuidedChannelCreation bool
@@ -80,7 +77,6 @@ func (f *FeatureFlags) SetDefaults() {
f.PermalinkPreviews = true
f.CallsMobile = false
f.BoardsFeatureFlags = ""
f.AddMembersToChannel = "top"
f.GuidedChannelCreation = false
f.InviteToTeam = "none"
f.CustomGroups = true