remove feature flag for inline post editing (#19761)
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
77e779bf4f
Коммит
f4f8dcc88b
@@ -58,9 +58,6 @@ type FeatureFlags struct {
|
|||||||
|
|
||||||
CustomGroups bool
|
CustomGroups bool
|
||||||
|
|
||||||
// Enable inline post editing
|
|
||||||
InlinePostEditing bool
|
|
||||||
|
|
||||||
// Enable DataRetention for Boards
|
// Enable DataRetention for Boards
|
||||||
BoardsDataRetention bool
|
BoardsDataRetention bool
|
||||||
|
|
||||||
@@ -93,7 +90,6 @@ func (f *FeatureFlags) SetDefaults() {
|
|||||||
f.GuidedChannelCreation = false
|
f.GuidedChannelCreation = false
|
||||||
f.InviteToTeam = "none"
|
f.InviteToTeam = "none"
|
||||||
f.CustomGroups = true
|
f.CustomGroups = true
|
||||||
f.InlinePostEditing = false
|
|
||||||
f.BoardsDataRetention = false
|
f.BoardsDataRetention = false
|
||||||
f.NormalizeLdapDNs = false
|
f.NormalizeLdapDNs = false
|
||||||
f.EnableInactivityCheckJob = true
|
f.EnableInactivityCheckJob = true
|
||||||
|
|||||||
Ссылка в новой задаче
Block a user