From 8c8d9dbf8fa3b4ebf640bf5e1a71f9c04b57e111 Mon Sep 17 00:00:00 2001 From: Joram Wilander Date: Tue, 9 May 2017 16:01:06 -0400 Subject: Forward port 3.8.1 changes that missed master (#6362) --- api/channel.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'api') diff --git a/api/channel.go b/api/channel.go index 73daaf3d4..c7b0630e6 100644 --- a/api/channel.go +++ b/api/channel.go @@ -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 { -- cgit v1.2.3-1-g7c22