diff --git a/model/feature_flags.go b/model/feature_flags.go index 6998a03af7..8a47f221f2 100644 --- a/model/feature_flags.go +++ b/model/feature_flags.go @@ -65,9 +65,6 @@ type FeatureFlags struct { // 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 - // A/B test for whether radio buttons or toggle button is more effective in in-screen invite to team modal ("none", "toggle") - InviteToTeam string - // Enable inline post editing InlinePostEditing bool @@ -97,7 +94,6 @@ func (f *FeatureFlags) SetDefaults() { f.AddMembersToChannel = "top" f.GuidedChannelCreation = false f.ResendInviteEmailInterval = "" - f.InviteToTeam = "none" f.InlinePostEditing = false f.BoardsDataRetention = false f.NormalizeLdapDNs = false