fix(line): persist inbound media in shared store

This commit is contained in:
Peter Steinberger
2026-04-28 09:11:48 +01:00
parent fb3ea9efb1
commit 4e921808d1
4 changed files with 58 additions and 58 deletions

View File

@@ -143,6 +143,9 @@ LINE IDs are case-sensitive. Valid IDs look like:
- Streaming responses are buffered; LINE receives full chunks with a loading
animation while the agent works.
- Media downloads are capped by `channels.line.mediaMaxMb` (default 10).
- Inbound media is saved under `~/.openclaw/media/inbound/` before it is passed
to the agent, matching the shared media store used by other bundled channel
plugins.
## Channel data (rich messages)