GH-9633 Added plugin API method to return user's profile image (#9653)
Этот коммит содержится в:
коммит произвёл
Carlos Tadeu Panato Junior
родитель
c1e5fff565
Коммит
160d278592
@@ -185,6 +185,9 @@ type API interface {
|
||||
// UpdatePost updates a post.
|
||||
UpdatePost(post *model.Post) (*model.Post, *model.AppError)
|
||||
|
||||
// GetProfileImage gets user's profile image
|
||||
GetProfileImage(userId string) ([]byte, *model.AppError)
|
||||
|
||||
// CopyFileInfos duplicates the FileInfo objects referenced by the given file ids,
|
||||
// recording the given user id as the new creator and returning the new set of file ids.
|
||||
//
|
||||
|
||||
Ссылка в новой задаче
Block a user