Forward port 3.8.1 changes that missed master (#6362)
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
c8a4a8c6e6
Коммит
8c8d9dbf8f
@@ -124,7 +124,7 @@ func createGroupChannel(c *Context, w http.ResponseWriter, r *http.Request) {
|
||||
userIds = append(userIds, c.Session.UserId)
|
||||
}
|
||||
|
||||
if sc, err := app.CreateGroupChannel(userIds); err != nil {
|
||||
if sc, err := app.CreateGroupChannel(userIds, c.Session.UserId); err != nil {
|
||||
c.Err = err
|
||||
return
|
||||
} else {
|
||||
|
||||
Ссылка в новой задаче
Block a user