PLT-6083: API to get users not in a specific team. (#5888)
Этот коммит содержится в:
коммит произвёл
Joram Wilander
родитель
6d6b813446
Коммит
a4764a5c10
@@ -205,6 +205,8 @@ type UserStore interface {
|
||||
SearchWithoutTeam(term string, options map[string]bool) StoreChannel
|
||||
AnalyticsGetInactiveUsersCount() StoreChannel
|
||||
AnalyticsGetSystemAdminCount() StoreChannel
|
||||
GetProfilesNotInTeam(teamId string, offset int, limit int) StoreChannel
|
||||
GetEtagForProfilesNotInTeam(teamId string) StoreChannel
|
||||
}
|
||||
|
||||
type SessionStore interface {
|
||||
|
||||
Ссылка в новой задаче
Block a user