Depublishing some app layer methods (#29559)
* Depublishing some app layer methods * Fixing errors * Addressing PR review comment * Using goimports formatting now
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
c19e0ea0e7
Коммит
31351a48b0
@@ -271,7 +271,7 @@ func (a *App) sendUpdatedRoleEvent(role *model.Role) *model.AppError {
|
||||
return nil
|
||||
}
|
||||
|
||||
func RemoveRoles(rolesToRemove []string, roles string) string {
|
||||
func removeRoles(rolesToRemove []string, roles string) string {
|
||||
roleList := strings.Fields(roles)
|
||||
newRoles := make([]string, 0)
|
||||
|
||||
|
||||
Ссылка в новой задаче
Block a user