Add GetTeamIcon plugin api method (#9837)
Этот коммит содержится в:
коммит произвёл
Joram Wilander
родитель
b29f1cb844
Коммит
7a8d7e53cc
@@ -64,6 +64,11 @@ type API interface {
|
||||
// Minimum server version: 5.6
|
||||
GetUsersInTeam(teamId string, page int, perPage int) ([]*model.User, *model.AppError)
|
||||
|
||||
// GetTeamIcon gets the Team Icon.
|
||||
//
|
||||
// Minimum server version: 5.6
|
||||
GetTeamIcon(teamId string) ([]byte, *model.AppError)
|
||||
|
||||
// UpdateUser updates a user.
|
||||
UpdateUser(user *model.User) (*model.User, *model.AppError)
|
||||
|
||||
|
||||
Ссылка в новой задаче
Block a user