From 1463df21a57290f8c74fe4ad58deffb111b9f79e Mon Sep 17 00:00:00 2001 From: Hanzei Date: Wed, 19 Sep 2018 14:39:37 +0200 Subject: Add ChannelId and TeamId to PostActionIntegrationRequest (#9384) * Add ChannelId and TeamId to PostActionIntegrationRequest * Add tests --- model/post.go | 2 ++ 1 file changed, 2 insertions(+) (limited to 'model/post.go') diff --git a/model/post.go b/model/post.go index 0df698279..1f89cb419 100644 --- a/model/post.go +++ b/model/post.go @@ -154,6 +154,8 @@ type PostActionIntegration struct { type PostActionIntegrationRequest struct { UserId string `json:"user_id"` + ChannelId string `json:"channel_id"` + TeamId string `json:"team_id"` PostId string `json:"post_id"` Type string `json:"type"` DataSource string `json:"data_source"` -- cgit v1.2.3-1-g7c22