From b39d903f6398ca78d7dcd7b1883e9368614f15f0 Mon Sep 17 00:00:00 2001 From: David Lu Date: Mon, 26 Sep 2016 10:55:29 -0400 Subject: changed user diagnostic naming (#4086) --- mattermost.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'mattermost.go') 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 -- cgit v1.2.3-1-g7c22