changed user diagnostic naming (#4086)
Этот коммит содержится в:
коммит произвёл
Christopher Speller
родитель
1479c4a2ca
Коммит
b39d903f63
@@ -308,7 +308,7 @@ func sendServerDiagnostics() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
utils.SendDiagnostic(utils.TRACK_ACTIVITY, map[string]interface{}{
|
utils.SendDiagnostic(utils.TRACK_ACTIVITY, map[string]interface{}{
|
||||||
"users": userCount,
|
"registered_users": userCount,
|
||||||
"active_users": activeUserCount,
|
"active_users": activeUserCount,
|
||||||
"teams": teamCount,
|
"teams": teamCount,
|
||||||
})
|
})
|
||||||
|
|||||||
Ссылка в новой задаче
Block a user