remove feature flag (#18350)
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
6b08de10bb
Коммит
6a0ba98fab
@@ -41,9 +41,6 @@ type FeatureFlags struct {
|
|||||||
// Enable the Global Header
|
// Enable the Global Header
|
||||||
GlobalHeader bool
|
GlobalHeader bool
|
||||||
|
|
||||||
// Enable the Invite Members button on the left panel, possible values = ("none", "sticky", "lhs_button", "user_icon")
|
|
||||||
InviteMembersButton string
|
|
||||||
|
|
||||||
// Enable different team menu button treatments, possible values = ("none", "by_team_name", "inverted_sidebar_bg_color")
|
// Enable different team menu button treatments, possible values = ("none", "by_team_name", "inverted_sidebar_bg_color")
|
||||||
AddChannelButton string
|
AddChannelButton string
|
||||||
}
|
}
|
||||||
@@ -61,7 +58,6 @@ func (f *FeatureFlags) SetDefaults() {
|
|||||||
f.TimedDND = false
|
f.TimedDND = false
|
||||||
f.PermalinkPreviews = true
|
f.PermalinkPreviews = true
|
||||||
f.GlobalHeader = false
|
f.GlobalHeader = false
|
||||||
f.InviteMembersButton = "none"
|
|
||||||
f.AddChannelButton = "by_team_name"
|
f.AddChannelButton = "by_team_name"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Ссылка в новой задаче
Block a user