summaryrefslogtreecommitdiffstats
path: root/app/diagnostics.go
diff options
context:
space:
mode:
authorJesús Espino <jespinog@gmail.com>2017-09-20 17:38:27 +0200
committerHarrison Healey <harrisonmhealey@gmail.com>2017-09-20 11:38:27 -0400
commit62e5e2fda8d70d7f0b2cd3f47360a06134db58f0 (patch)
treeaa26e4783c0fa232e625ad0da35ee76c448f086f /app/diagnostics.go
parent3a80225d617fa273d92613756aca8889e1466eb1 (diff)
downloadchat-62e5e2fda8d70d7f0b2cd3f47360a06134db58f0.tar.gz
chat-62e5e2fda8d70d7f0b2cd3f47360a06134db58f0.tar.bz2
chat-62e5e2fda8d70d7f0b2cd3f47360a06134db58f0.zip
PLT-7508: Add settings to disable wide mention confirmation (#7416)
Diffstat (limited to 'app/diagnostics.go')
-rw-r--r--app/diagnostics.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/diagnostics.go b/app/diagnostics.go
index 1c0fab7ac..35e27c558 100644
--- a/app/diagnostics.go
+++ b/app/diagnostics.go
@@ -236,6 +236,7 @@ func trackConfig() {
"enable_custom_brand": *utils.Cfg.TeamSettings.EnableCustomBrand,
"restrict_direct_message": *utils.Cfg.TeamSettings.RestrictDirectMessage,
"max_notifications_per_channel": *utils.Cfg.TeamSettings.MaxNotificationsPerChannel,
+ "enable_confirm_notifications_to_channel": *utils.Cfg.TeamSettings.EnableConfirmNotificationsToChannel,
"max_users_per_team": *utils.Cfg.TeamSettings.MaxUsersPerTeam,
"max_channels_per_team": *utils.Cfg.TeamSettings.MaxChannelsPerTeam,
"teammate_name_display": *utils.Cfg.TeamSettings.TeammateNameDisplay,