Update the /join command to use the correct redirect URL, and update the test to match
Этот коммит содержится в:
@@ -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
|
||||
}
|
||||
|
||||
Ссылка в новой задаче
Block a user