summaryrefslogtreecommitdiffstats
path: root/app/command_join.go
diff options
context:
space:
mode:
Diffstat (limited to 'app/command_join.go')
-rw-r--r--app/command_join.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/command_join.go b/app/command_join.go
index caacb8c7e..07ae391ae 100644
--- a/app/command_join.go
+++ b/app/command_join.go
@@ -58,7 +58,7 @@ func (me *JoinProvider) DoCommand(args *model.CommandArgs, message string) *mode
return &model.CommandResponse{Text: args.T("api.command_join.fail.app_error"), ResponseType: model.COMMAND_RESPONSE_TYPE_EPHEMERAL}
}
- return &model.CommandResponse{GotoLocation: args.SiteURL + "/" + team.Name + "/channels/" + channel.Name, Text: args.T("api.command_join.success"), ResponseType: model.COMMAND_RESPONSE_TYPE_EPHEMERAL}
+ return &model.CommandResponse{GotoLocation: args.SiteURL + "/" + team.Name + "/channels/" + channel.Name}
}
}