mirror of
https://github.com/mattermost/mattermost.git
synced 2025-02-25 18:55:24 -06:00
changed user diagnostic naming (#4086)
This commit is contained in:
committed by
Christopher Speller
parent
1479c4a2ca
commit
b39d903f63
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user