MM-47866 - remove deprecated inviteToTeam FF (#21600)
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
44dd185506
Коммит
f07de38cc5
@@ -42,9 +42,6 @@ type FeatureFlags struct {
|
||||
// A dash separated list for feature flags to turn on for Boards
|
||||
BoardsFeatureFlags 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
|
||||
|
||||
CustomGroups bool
|
||||
|
||||
// Enable DataRetention for Boards
|
||||
@@ -95,7 +92,6 @@ func (f *FeatureFlags) SetDefaults() {
|
||||
f.PermalinkPreviews = true
|
||||
f.CallsMobile = false
|
||||
f.BoardsFeatureFlags = ""
|
||||
f.InviteToTeam = "none"
|
||||
f.CustomGroups = true
|
||||
f.BoardsDataRetention = false
|
||||
f.NormalizeLdapDNs = false
|
||||
|
||||
Ссылка в новой задаче
Block a user