remove feature flag for global header (#19763)
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
16a1d8fe72
Коммит
77e779bf4f
@@ -38,9 +38,6 @@ type FeatureFlags struct {
|
|||||||
|
|
||||||
PermalinkPreviews bool
|
PermalinkPreviews bool
|
||||||
|
|
||||||
// Enable the Global Header
|
|
||||||
GlobalHeader bool
|
|
||||||
|
|
||||||
// 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.PluginApps = ""
|
f.PluginApps = ""
|
||||||
f.PluginFocalboard = ""
|
f.PluginFocalboard = ""
|
||||||
f.PermalinkPreviews = true
|
f.PermalinkPreviews = true
|
||||||
f.GlobalHeader = true
|
|
||||||
f.NewAccountNoisy = false
|
f.NewAccountNoisy = false
|
||||||
f.CallsMobile = false
|
f.CallsMobile = false
|
||||||
f.BoardsFeatureFlags = ""
|
f.BoardsFeatureFlags = ""
|
||||||
|
|||||||
Ссылка в новой задаче
Block a user