diff --git a/model/feature_flags.go b/model/feature_flags.go index c43c99fc08..5c6c0655ba 100644 --- a/model/feature_flags.go +++ b/model/feature_flags.go @@ -62,9 +62,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 @@ -93,7 +90,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