summaryrefslogtreecommitdiffstats
path: root/app/post.go
diff options
context:
space:
mode:
authorHanzei <Hanzei@users.noreply.github.com>2018-08-18 14:35:32 +0200
committerJoram Wilander <jwawilander@gmail.com>2018-08-18 08:35:32 -0400
commitc2f2fda8a19b22453c99d832cca6eaad48a1b964 (patch)
tree1b1846634280afb8107a8122e1a00767df732d5a /app/post.go
parent97d8470a36db54e4a19b659c3f725743a93a9354 (diff)
downloadchat-c2f2fda8a19b22453c99d832cca6eaad48a1b964.tar.gz
chat-c2f2fda8a19b22453c99d832cca6eaad48a1b964.tar.bz2
chat-c2f2fda8a19b22453c99d832cca6eaad48a1b964.zip
Add PostId to PostActionIntegrationRequest (#9270)
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 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,
}