docs(whatsapp): document inbound media re-upload recovery - #335
Merged
Merged
Conversation
… notes Upstream channels-branch PR #2895 (commit 37dbfd1) made failed inbound media downloads recoverable: downloadMediaMessage now passes reuploadRequest so Baileys asks WhatsApp to re-upload expired media, and a still-failing download surfaces a visible '[<type> could not be downloaded]' note in the message instead of silently dropping the attachment. Channels anchor bumped fdbfb6a -> 90dd87d; trunk-cited files unchanged in range, trunk anchor bumped to cb6e3d1 (v2.1.23). Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Contributor
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
glifocat
added a commit
that referenced
this pull request
Jul 2, 2026
…t, tag hygiene (#336) - Bump verified-against anchors site-wide: trunk 2afbd182 -> cb6e3d1 (v2.1.23), channels fdbfb6a -> 90dd87d. Every page's cited files were classified against the range diffs; the dirty set was re-verified claim-by-claim (content fixes landed separately in #333/#334/#335), the rest had no cited-file changes. - Fix transposed providers-branch anchor on extend/providers (c576766 -> c570766; branch head unchanged since 2026-06-23). - Token count 199k -> 204k in introduction and concepts/contributing (contributing still said 195k — missed by the previous sweep). - Product changelog: add v2.1.22 (inbox symlink containment #2828, ncl messaging-groups instance default) and v2.1.23 (container claude-code/agent-SDK/Anthropic-SDK bumps). Slack Socket Mode setup (cf8478f) is post-2.1.23 and intentionally not listed yet. - Docs changelog: v2.1.23 drift sweep entry. - Sidebar tag hygiene: UPDATED capped at 10 — stripped from 7 pages whose 2026-06-29 sweep changes were least substantive. Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
glifocat
added a commit
that referenced
this pull request
Jul 4, 2026
… notes (#335) Upstream channels-branch PR #2895 (commit 37dbfd1) made failed inbound media downloads recoverable: downloadMediaMessage now passes reuploadRequest so Baileys asks WhatsApp to re-upload expired media, and a still-failing download surfaces a visible '[<type> could not be downloaded]' note in the message instead of silently dropping the attachment. Channels anchor bumped fdbfb6a -> 90dd87d; trunk-cited files unchanged in range, trunk anchor bumped to cb6e3d1 (v2.1.23). Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
glifocat
added a commit
that referenced
this pull request
Jul 4, 2026
…t, tag hygiene (#336) - Bump verified-against anchors site-wide: trunk 2afbd182 -> cb6e3d1 (v2.1.23), channels fdbfb6a -> 90dd87d. Every page's cited files were classified against the range diffs; the dirty set was re-verified claim-by-claim (content fixes landed separately in #333/#334/#335), the rest had no cited-file changes. - Fix transposed providers-branch anchor on extend/providers (c576766 -> c570766; branch head unchanged since 2026-06-23). - Token count 199k -> 204k in introduction and concepts/contributing (contributing still said 195k — missed by the previous sweep). - Product changelog: add v2.1.22 (inbox symlink containment #2828, ncl messaging-groups instance default) and v2.1.23 (container claude-code/agent-SDK/Anthropic-SDK bumps). Slack Socket Mode setup (cf8478f) is post-2.1.23 and intentionally not listed yet. - Docs changelog: v2.1.23 drift sweep entry. - Sidebar tag hygiene: UPDATED capped at 10 — stripped from 7 pages whose 2026-06-29 sweep changes were least substantive. Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
This branch was successfully deployed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Extends the Platform notes → Media bullet: failed inbound media downloads are now retried via WhatsApp's re-upload path, and a still-failing download leaves a visible
[<type> could not be downloaded]note in the message content instead of a silent drop. Addstag: "UPDATED".Why
Channels-branch PR nanocoai/nanoclaw#2895 (commit
37dbfd1):downloadMediaMessagenow gets{ reuploadRequest: sock.updateMediaMessage, logger },downloadInboundMediareturns{attachments, failures}, andappendMediaFailureNote()injects the user-visible failure note. The note string appears in conversations, so it belongs in the docs.Verification
src/channels/whatsapp.tsoverfdbfb6a..90dd87d(fast-forward, 2-dot safe)data/attachments/, filename sanitization, outbound captioning) re-verified unchanged90dd87d; trunk anchor →cb6e3d1(cited trunk files unchanged in range)mint validatepassesPart of the v2.1.21→v2.1.23 drift sweep.
🤖 Generated with Claude Code