changed user diagnostic naming (#4086)
Этот коммит содержится в:
коммит произвёл
Christopher Speller
родитель
1479c4a2ca
Коммит
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
|
||||
|
||||
Ссылка в новой задаче
Block a user