MM-26231: Reverts plugin API breaking change. (#14852)
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
4d40226e02
Коммит
88a6cf0bf1
@@ -511,8 +511,8 @@ type API interface {
|
||||
// GetGroupByName gets a group by name.
|
||||
//
|
||||
// @tag Group
|
||||
// Minimum server version: 5.24
|
||||
GetGroupByName(name string, opts model.GroupSearchOpts) (*model.Group, *model.AppError)
|
||||
// Minimum server version: 5.18
|
||||
GetGroupByName(name string) (*model.Group, *model.AppError)
|
||||
|
||||
// GetGroupsForUser gets the groups a user is in.
|
||||
//
|
||||
|
||||
Ссылка в новой задаче
Block a user