sets global header feature flag to true until the webapp codebase is ready (#18397)

Этот коммит содержится в:
Michel Engelen
2021-09-27 14:56:51 +02:00
коммит произвёл GitHub
родитель 225461fd7e
Коммит cce0fdff2d

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

@@ -64,7 +64,7 @@ func (f *FeatureFlags) SetDefaults() {
f.PluginFocalboard = ""
f.TimedDND = false
f.PermalinkPreviews = true
f.GlobalHeader = false
f.GlobalHeader = true
f.AddChannelButton = "by_team_name"
f.PrewrittenMessages = "none"
f.DownloadAppsCTA = "none"