WhatsApp Auto-Reply Bug Silently Drops Media Images in OpenClaw 2026.4.2

WhatsApp Auto-Reply Media Delivery Failure
A user has identified a bug in OpenClaw version 2026.4.2 where WhatsApp auto-replies containing media attachments fail to deliver images. The issue occurs specifically when using the MEDIA:./path/to/image.png format in auto-reply responses.
Problem Details
The bug manifests only under specific conditions:
- WhatsApp auto-reply with
MEDIA:format → image silently dropped ❌ - WhatsApp auto-reply with text only → works ✅
- Same
MEDIA:format on Telegram auto-reply → image delivered ✅ openclaw agent --deliver→ image delivered on WhatsApp ✅openclaw message send --media→ image delivered ✅
The exact same agent configuration, OpenClaw version, and chart-mpl skill work perfectly on Telegram, indicating the issue is WhatsApp-specific.
Root Cause
Code tracing reveals the problem originates in the WhatsApp deliver callback function in login-DW2Orybl.js. The function filters out all non-final payloads:
deliver: async (payload, info) => { if (info.kind !== "final") return;This filtering logic appears to be preventing media attachments from being processed in auto-reply scenarios on WhatsApp.
This type of platform-specific delivery bug is common when working with multiple messaging APIs, as each service has different payload handling requirements and webhook behaviors.
📖 Read the full source: r/openclaw
👀 See Also

Uber Burned Through Its Yearly Claude Code Budget in 4 Months — Here's What That Means
Uber reportedly exhausted its entire Claude Code budget for the year by month four. The post breaks down why usage patterns broke the subscription model and what devs can learn about setting boundaries with AI coding agents.

Anthropic Paying SpaceX $15B/Year for Compute Through 2029
SpaceX IPO filing reveals Anthropic pays $1.25B/month through May 2029 for compute. The deal supports AI training on Colossus 1 & 2 facilities.

Richard Dawkins Concludes AI Is Conscious — Experts Push Back
Evolutionary biologist Richard Dawkins, after extended chats with Anthropic's Claude and OpenAI's ChatGPT, concluded the AIs are conscious. Most cognitive scientists strongly disagree, calling it anthropomorphism.

Chinese AI Engineers Are Silicon Valley's New Power Players
A journalist embedded in a shared house in Los Altos explores the community of Chinese AI researchers in Silicon Valley, describing $200M compensation packages, their intense work ethic, and the house parties where they network.