From 32460bf63bc07c69ee5da0bb5640b879facb5538 Mon Sep 17 00:00:00 2001 From: George Goldberg Date: Tue, 4 Apr 2017 18:19:42 +0100 Subject: PLT-6198: Use added to channel system message on default channels. (#5969) Use a different sytem message when a user was added to a default channel by someone else than when they joined themselves. --- cmd/platform/team.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cmd') diff --git a/cmd/platform/team.go b/cmd/platform/team.go index 1dc5d46eb..eb2939617 100644 --- a/cmd/platform/team.go +++ b/cmd/platform/team.go @@ -154,7 +154,7 @@ func addUserToTeam(team *model.Team, user *model.User, userArg string) { CommandPrintErrorln("Can't find user '" + userArg + "'") return } - if err := app.JoinUserToTeam(team, user); err != nil { + if err := app.JoinUserToTeam(team, user, ""); err != nil { CommandPrintErrorln("Unable to add '" + userArg + "' to " + team.Name) } } -- cgit v1.2.3-1-g7c22