-
-
Notifications
You must be signed in to change notification settings - Fork 80.7k
Feature Request: Display inbound media attachments as image previews in WebUI #89591
Copy link
Copy link
Closed
Closed
Copy link
Labels
P2Normal backlog priority with limited blast radius.Normal backlog priority with limited blast radius.clawsweeper:linked-pr-openClawSweeper found an open linked pull request for this issue.ClawSweeper found an open linked pull request for this issue.clawsweeper:no-new-fix-prClawSweeper does not recommend queueing a new automated fix PR for this issue.ClawSweeper does not recommend queueing a new automated fix PR for this issue.clawsweeper:source-reproClawSweeper found a high-confidence source-level issue reproduction.ClawSweeper found a high-confidence source-level issue reproduction.impact:otherThis issue has meaningful maintainer-visible impact outside the owned taxonomy.This issue has meaningful maintainer-visible impact outside the owned taxonomy.issue-rating: 🦞 diamond lobsterVery strong issue quality with high-confidence source-level or clear reproduction.Very strong issue quality with high-confidence source-level or clear reproduction.
Description
Metadata
Metadata
Assignees
Labels
P2Normal backlog priority with limited blast radius.Normal backlog priority with limited blast radius.clawsweeper:linked-pr-openClawSweeper found an open linked pull request for this issue.ClawSweeper found an open linked pull request for this issue.clawsweeper:no-new-fix-prClawSweeper does not recommend queueing a new automated fix PR for this issue.ClawSweeper does not recommend queueing a new automated fix PR for this issue.clawsweeper:source-reproClawSweeper found a high-confidence source-level issue reproduction.ClawSweeper found a high-confidence source-level issue reproduction.impact:otherThis issue has meaningful maintainer-visible impact outside the owned taxonomy.This issue has meaningful maintainer-visible impact outside the owned taxonomy.issue-rating: 🦞 diamond lobsterVery strong issue quality with high-confidence source-level or clear reproduction.Very strong issue quality with high-confidence source-level or clear reproduction.
Type
Fields
Priority
None yet
Summary
When an image is sent to OpenClaw via a channel (e.g. Telegram or iMessage), the image is correctly saved to
media://inbound/and processed by the AI model. However, the WebUI chat only displays a text placeholder (🖼️ Attached image) instead of rendering the actual image inline.Steps to Reproduce
Offloaded attachment. Saved: media://inbound/<filename>🖼️ Attached image— no preview is renderedExpected Behavior
The WebUI should render the inbound image inline in the chat, similar to how other chat clients display received images.
Notes
~/.openclaw/media/inbound/media://inbound/files via the gateway HTTP server (e.g. at/media/inbound/<filename>) and resolvemedia://URIs tohttp://localhost:<port>/media/inbound/in the WebUIEnvironment
2026.5.28 (e932160)