Skip to content

Commit

Permalink
sets global header feature flag to true until the webapp codebase is …
Browse files Browse the repository at this point in the history
…ready (#18397)
  • Loading branch information
michelengelen committed Sep 27, 2021
1 parent 225461f commit cce0fdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion model/feature_flags.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit cce0fdf

Please sign in to comment.