From d78ebab108942058a100e0f607771c4addafb698 Mon Sep 17 00:00:00 2001 From: Christopher Speller Date: Tue, 7 Jul 2015 09:16:13 -0400 Subject: Implemention of slack import feature. --- api/channel.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'api/channel.go') diff --git a/api/channel.go b/api/channel.go index 151627623..de15b3610 100644 --- a/api/channel.go +++ b/api/channel.go @@ -397,7 +397,7 @@ func JoinChannel(c *Context, channelId string, role string) { } } -func JoinDefaultChannels(c *Context, user *model.User, channelRole string) *model.AppError { +func JoinDefaultChannels(user *model.User, channelRole string) *model.AppError { // We don't call JoinChannel here since c.Session is not populated on user creation var err *model.AppError = nil -- cgit v1.2.3-1-g7c22