Merge pull request #19414 from JulienTant/MM-41188/remove-ff-plus-btn

Этот коммит содержится в:
Julien Tant
2022-01-31 10:46:52 -07:00
коммит произвёл GitHub
родитель 6e97d581e4 a6b27a15cc
Коммит 0db5df4422

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

@@ -41,9 +41,6 @@ type FeatureFlags struct {
// Enable the Global Header
GlobalHeader bool
// Enable different team menu button treatments, possible values = ("none", "by_team_name", "inverted_sidebar_bg_color")
AddChannelButton string
// Determine whether when a user gets created, they'll have noisy notifications e.g. Send desktop notifications for all activity
NewAccountNoisy bool
@@ -89,7 +86,6 @@ func (f *FeatureFlags) SetDefaults() {
f.PluginFocalboard = ""
f.PermalinkPreviews = true
f.GlobalHeader = true
f.AddChannelButton = "by_team_name"
f.NewAccountNoisy = false
f.CallsMobile = false
f.AutoTour = "none"