Files
openclaw/extensions
yetval b609e44654 fix(whatsapp): keep opening text chunk when first media fails on multi-chunk reply
When a WhatsApp auto-reply spans more than one chunk and is sent with an image
whose send fails, the first chunk was silently dropped. The first-media onError
fallback evaluated remainingText.shift() before the caption, so on a multi-chunk
reply the truthy second chunk discarded the caption that held the opening chunk.
Resurface the caption directly; the trailing loop already sends the rest.

Adds a regression test driving deliverWebReply with a two-chunk reply and a
failing first media send.
2026-06-17 02:10:39 +00:00
..
2026-06-17 07:25:30 +08:00
2026-06-17 07:25:30 +08:00
2026-06-17 07:25:30 +08:00
2026-06-17 07:25:30 +08:00
2026-06-17 07:25:30 +08:00
2026-06-17 07:25:30 +08:00
2026-06-17 07:25:30 +08:00