From c2f2fda8a19b22453c99d832cca6eaad48a1b964 Mon Sep 17 00:00:00 2001 From: Hanzei Date: Sat, 18 Aug 2018 14:35:32 +0200 Subject: Add PostId to PostActionIntegrationRequest (#9270) --- app/post.go | 1 + 1 file changed, 1 insertion(+) (limited to 'app/post.go') diff --git a/app/post.go b/app/post.go index 299c9ce3a..d4649d64c 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, } -- cgit v1.2.3-1-g7c22