Merge pull request #19414 from JulienTant/MM-41188/remove-ff-plus-btn
Этот коммит содержится в:
@@ -41,9 +41,6 @@ type FeatureFlags struct {
|
|||||||
// Enable the Global Header
|
// Enable the Global Header
|
||||||
GlobalHeader bool
|
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
|
// Determine whether when a user gets created, they'll have noisy notifications e.g. Send desktop notifications for all activity
|
||||||
NewAccountNoisy bool
|
NewAccountNoisy bool
|
||||||
|
|
||||||
@@ -89,7 +86,6 @@ func (f *FeatureFlags) SetDefaults() {
|
|||||||
f.PluginFocalboard = ""
|
f.PluginFocalboard = ""
|
||||||
f.PermalinkPreviews = true
|
f.PermalinkPreviews = true
|
||||||
f.GlobalHeader = true
|
f.GlobalHeader = true
|
||||||
f.AddChannelButton = "by_team_name"
|
|
||||||
f.NewAccountNoisy = false
|
f.NewAccountNoisy = false
|
||||||
f.CallsMobile = false
|
f.CallsMobile = false
|
||||||
f.AutoTour = "none"
|
f.AutoTour = "none"
|
||||||
|
|||||||
Ссылка в новой задаче
Block a user