sets global header feature flag to true until the webapp codebase is ready (#18397)
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
225461fd7e
Коммит
cce0fdff2d
@@ -64,7 +64,7 @@ func (f *FeatureFlags) SetDefaults() {
|
|||||||
f.PluginFocalboard = ""
|
f.PluginFocalboard = ""
|
||||||
f.TimedDND = false
|
f.TimedDND = false
|
||||||
f.PermalinkPreviews = true
|
f.PermalinkPreviews = true
|
||||||
f.GlobalHeader = false
|
f.GlobalHeader = true
|
||||||
f.AddChannelButton = "by_team_name"
|
f.AddChannelButton = "by_team_name"
|
||||||
f.PrewrittenMessages = "none"
|
f.PrewrittenMessages = "none"
|
||||||
f.DownloadAppsCTA = "none"
|
f.DownloadAppsCTA = "none"
|
||||||
|
|||||||
Ссылка в новой задаче
Block a user