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