From 5064f9cba2a63c166776279b2763151f8aed5310 Mon Sep 17 00:00:00 2001 From: Justyn Shull Date: Tue, 29 Sep 2015 11:48:13 -0500 Subject: Update the /join command to use the correct redirect URL, and update the test to match --- api/command.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'api/command.go') diff --git a/api/command.go b/api/command.go index 0d2f7597b..427922344 100644 --- a/api/command.go +++ b/api/command.go @@ -195,7 +195,7 @@ func joinCommand(c *Context, command *model.Command) bool { return false } - command.GotoLocation = "/channels/" + v.Name + command.GotoLocation = c.GetTeamURL() + "/channels/" + v.Name command.Response = model.RESP_EXECUTED return true } -- cgit v1.2.3-1-g7c22