Skip to content

fix(slack): return uploaded file ids from postMessage#574

Merged
dancer merged 1 commit into
mainfrom
josh/slack-upload-confirmation
Jun 1, 2026
Merged

fix(slack): return uploaded file ids from postMessage#574
dancer merged 1 commit into
mainfrom
josh/slack-upload-confirmation

Conversation

@dancer

@dancer dancer commented Jun 1, 2026

Copy link
Copy Markdown
Collaborator

summary

fixes #564

preserves Slack files.uploadV2 confirmation IDs on postMessage results when a message includes uploaded files

file-only Slack posts now keep the existing synthetic raw payload and add uploadedFileIds, while text/card posts with files augment the normal chat.postMessage raw response with the same IDs

this lets callers confirm which files Slack accepted without replacing existing raw data

@dancer dancer requested a review from a team as a code owner June 1, 2026 21:59
@vercel

vercel Bot commented Jun 1, 2026

Copy link
Copy Markdown
Contributor

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
chat Ready Ready Preview, Comment, Open in v0 Jun 1, 2026 9:59pm
chat-sdk-nextjs-chat Ready Ready Preview, Comment, Open in v0 Jun 1, 2026 9:59pm

@dancer dancer merged commit 073ff92 into main Jun 1, 2026
17 checks passed
@dancer dancer deleted the josh/slack-upload-confirmation branch June 1, 2026 22:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Slack postMessage discards uploadFiles() confirmation (inconsistent with discord/telegram)

2 participants