Skip to content

Commit

Permalink
Support publishing a messge to a specific thread https://api.slack.co…
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikolo committed Aug 9, 2024
1 parent b9d4317 commit 7773915
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions chat.go
Original file line number Diff line number Diff line change
Expand Up @@ -377,6 +377,7 @@ func (t responseURLSender) BuildRequestContext(ctx context.Context) (*http.Reque
req, err := jsonReq(ctx, t.endpoint, Msg{
Text: t.values.Get("text"),
Timestamp: t.values.Get("ts"),
ThreadTimestamp: t.values.Get("thread_ts"),
Attachments: t.attachments,
Blocks: t.blocks,
Metadata: t.metadata,
Expand Down

0 comments on commit 7773915

Please sign in to comment.