remove invite to team feature flag
Этот коммит содержится в:
@@ -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")
|
// 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
|
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
|
// Enable inline post editing
|
||||||
InlinePostEditing bool
|
InlinePostEditing bool
|
||||||
|
|
||||||
@@ -97,7 +94,6 @@ func (f *FeatureFlags) SetDefaults() {
|
|||||||
f.AddMembersToChannel = "top"
|
f.AddMembersToChannel = "top"
|
||||||
f.GuidedChannelCreation = false
|
f.GuidedChannelCreation = false
|
||||||
f.ResendInviteEmailInterval = ""
|
f.ResendInviteEmailInterval = ""
|
||||||
f.InviteToTeam = "none"
|
|
||||||
f.InlinePostEditing = false
|
f.InlinePostEditing = false
|
||||||
f.BoardsDataRetention = false
|
f.BoardsDataRetention = false
|
||||||
f.NormalizeLdapDNs = false
|
f.NormalizeLdapDNs = false
|
||||||
|
|||||||
Ссылка в новой задаче
Block a user