summaryrefslogtreecommitdiffstats
path: root/mattermost.go
diff options
context:
space:
mode:
authorDavid Lu <david.lu97@outlook.com>2016-09-26 10:55:29 -0400
committerChristopher Speller <crspeller@gmail.com>2016-09-26 10:55:29 -0400
commitb39d903f6398ca78d7dcd7b1883e9368614f15f0 (patch)
treee6566071b1e15f452db1eb977f5e3b0f91760259 /mattermost.go
parent1479c4a2caf6edcbf179680d811e6fa7ecf3b755 (diff)
downloadchat-b39d903f6398ca78d7dcd7b1883e9368614f15f0.tar.gz
chat-b39d903f6398ca78d7dcd7b1883e9368614f15f0.tar.bz2
chat-b39d903f6398ca78d7dcd7b1883e9368614f15f0.zip
changed user diagnostic naming (#4086)
Diffstat (limited to 'mattermost.go')
-rw-r--r--mattermost.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/mattermost.go b/mattermost.go
index 85dfb0891..8d4880504 100644
--- a/mattermost.go
+++ b/mattermost.go
@@ -308,9 +308,9 @@ func sendServerDiagnostics() {
}
utils.SendDiagnostic(utils.TRACK_ACTIVITY, map[string]interface{}{
- "users": userCount,
- "active_users": activeUserCount,
- "teams": teamCount,
+ "registered_users": userCount,
+ "active_users": activeUserCount,
+ "teams": teamCount,
})
edition := model.BuildEnterpriseReady