summaryrefslogtreecommitdiffstats
path: root/app/command.go
diff options
context:
space:
mode:
Diffstat (limited to 'app/command.go')
-rw-r--r--app/command.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/command.go b/app/command.go
index b9d6748fb..a2e63a3d4 100644
--- a/app/command.go
+++ b/app/command.go
@@ -53,7 +53,7 @@ func CreateCommandPost(post *model.Post, teamId string, response *model.CommandR
}
post.ParentId = ""
- SendEphemeralPost(teamId, post.UserId, post)
+ SendEphemeralPost(post.UserId, post)
}
return post, nil