From 213a072b38d29d3c3ec8e150584685b1144a7d6a Mon Sep 17 00:00:00 2001 From: Chris Date: Tue, 29 Aug 2017 16:14:59 -0500 Subject: PLT-6403: Interactive messages (#7274) * wip * finish first pass * requested changes * add DoPostAction to Client4 --- app/command.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/command.go') 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 -- cgit v1.2.3-1-g7c22