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, 2 insertions, 0 deletions
diff --git a/app/command.go b/app/command.go
index 0763e24c7..1eaf304ad 100644
--- a/app/command.go
+++ b/app/command.go
@@ -239,6 +239,8 @@ func (a *App) HandleCommandResponse(command *model.Command, args *model.CommandA
post.RootId = args.RootId
post.ParentId = args.ParentId
post.UserId = args.UserId
+ post.Type = response.Type
+ post.Props = response.Props
if !builtIn {
post.AddProp("from_webhook", "true")