[MM-39374] Remove DesktopLatestVersion and DesktopMinVersion (#18979)

Этот коммит содержится в:
Devin Binnie
2021-11-12 10:37:43 -05:00
коммит произвёл GitHub
родитель a7d9b83968
Коммит 929caaff3d
5 изменённых файлов: 0 добавлений и 10 удалений

Просмотреть файл

@@ -1984,8 +1984,6 @@ func (s *TeamSettings) SetDefaults() {
type ClientRequirements struct {
AndroidLatestVersion string `access:"write_restrictable,cloud_restrictable"`
AndroidMinVersion string `access:"write_restrictable,cloud_restrictable"`
DesktopLatestVersion string `access:"write_restrictable,cloud_restrictable"`
DesktopMinVersion string `access:"write_restrictable,cloud_restrictable"`
IosLatestVersion string `access:"write_restrictable,cloud_restrictable"`
IosMinVersion string `access:"write_restrictable,cloud_restrictable"`
}