summaryrefslogtreecommitdiffstats
path: root/app/post.go
diff options
context:
space:
mode:
Diffstat (limited to 'app/post.go')
-rw-r--r--app/post.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/post.go b/app/post.go
index 0ce1bbe2d..0eed87280 100644
--- a/app/post.go
+++ b/app/post.go
@@ -869,6 +869,7 @@ func (a *App) DoPostAction(postId string, actionId string, userId string) *model
request := &model.PostActionIntegrationRequest{
UserId: userId,
+ PostId: postId,
Context: action.Integration.Context,
}