update add channel button default to by_team_name (#18281)

Этот коммит содержится в:
Nathaniel Allred
2021-08-30 15:16:42 -05:00
коммит произвёл GitHub
родитель 5b8720d539
Коммит 0957a33f1a

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

@@ -62,7 +62,7 @@ func (f *FeatureFlags) SetDefaults() {
f.PermalinkPreviews = true
f.GlobalHeader = false
f.InviteMembersButton = "none"
f.AddChannelButton = "none"
f.AddChannelButton = "by_team_name"
}
func (f *FeatureFlags) Plugins() map[string]string {