Этот коммит содержится в:
Nathaniel Allred
2021-09-08 08:42:15 -05:00
коммит произвёл GitHub
родитель 6b08de10bb
Коммит 6a0ba98fab

Просмотреть файл

@@ -41,9 +41,6 @@ type FeatureFlags struct {
// Enable the Global Header
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")
AddChannelButton string
}
@@ -61,7 +58,6 @@ func (f *FeatureFlags) SetDefaults() {
f.TimedDND = false
f.PermalinkPreviews = true
f.GlobalHeader = false
f.InviteMembersButton = "none"
f.AddChannelButton = "by_team_name"
}