Mm 30807 granular data retention scaffold (#17464)
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
368b642105
Коммит
f36f5c74b1
@@ -76,7 +76,7 @@ func (s *Server) DoSecurityUpdateCheck() {
|
||||
v.Set(PropSecurityActiveUserCount, strconv.FormatInt(ucr, 10))
|
||||
}
|
||||
|
||||
if teamCount, err := s.Store.Team().AnalyticsTeamCount(false); err == nil {
|
||||
if teamCount, err := s.Store.Team().AnalyticsTeamCount(nil); err == nil {
|
||||
v.Set(PropSecurityTeamCount, strconv.FormatInt(teamCount, 10))
|
||||
}
|
||||
|
||||
|
||||
Ссылка в новой задаче
Block a user