This reverts commit 3ea75332e7.
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
3a13987ee1
Коммит
e0efdd708b
@@ -274,7 +274,7 @@ func (ts *TelemetryService) trackActivity() {
|
||||
inactiveUserCount = iucr
|
||||
}
|
||||
|
||||
teamCount, err := ts.dbStore.Team().AnalyticsTeamCount(nil)
|
||||
teamCount, err := ts.dbStore.Team().AnalyticsTeamCount(false)
|
||||
if err != nil {
|
||||
mlog.Info("Could not get team count", mlog.Err(err))
|
||||
}
|
||||
|
||||
@@ -91,7 +91,7 @@ func initializeMocks(cfg *model.Config) (*mocks.ServerIface, *storeMocks.Store,
|
||||
userStore.On("AnalyticsGetSystemAdminCount").Return(int64(9), nil)
|
||||
|
||||
teamStore := storeMocks.TeamStore{}
|
||||
teamStore.On("AnalyticsTeamCount", (*model.TeamSearch)(nil)).Return(int64(3), nil)
|
||||
teamStore.On("AnalyticsTeamCount", false).Return(int64(3), nil)
|
||||
teamStore.On("GroupSyncedTeamCount").Return(int64(16), nil)
|
||||
|
||||
channelStore := storeMocks.ChannelStore{}
|
||||
|
||||
Ссылка в новой задаче
Block a user