[MM-39374] Remove DesktopLatestVersion and DesktopMinVersion (#18979)
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
a7d9b83968
Коммит
929caaff3d
@@ -463,8 +463,6 @@ func (ts *TelemetryService) trackConfig() {
|
||||
ts.SendTelemetry(TrackConfigClientReq, map[string]interface{}{
|
||||
"android_latest_version": cfg.ClientRequirements.AndroidLatestVersion,
|
||||
"android_min_version": cfg.ClientRequirements.AndroidMinVersion,
|
||||
"desktop_latest_version": cfg.ClientRequirements.DesktopLatestVersion,
|
||||
"desktop_min_version": cfg.ClientRequirements.DesktopMinVersion,
|
||||
"ios_latest_version": cfg.ClientRequirements.IosLatestVersion,
|
||||
"ios_min_version": cfg.ClientRequirements.IosMinVersion,
|
||||
})
|
||||
|
||||
Ссылка в новой задаче
Block a user