chore(sync): mirror docs from openclaw/openclaw@06be5eee6a

This commit is contained in:
openclaw-docs-sync[bot] 2026-05-02 01:23:05 +00:00
parent 2d0f932c31
commit 6e0c76c81d
2 changed files with 6 additions and 2 deletions

View File

@ -1,5 +1,5 @@
{
"repository": "openclaw/openclaw",
"sha": "5a8cfffd38bf5a166ef8f0570072c0d186d099a8",
"syncedAt": "2026-05-02T01:09:59.514Z"
"sha": "06be5eee6a23af8617353924b5da59efa0df21c5",
"syncedAt": "2026-05-02T01:21:09.395Z"
}

View File

@ -293,6 +293,10 @@ When the linked self number is also present in `allowFrom`, WhatsApp self-chat s
```
Reply metadata fields are also populated when available (`ReplyToId`, `ReplyToBody`, `ReplyToSender`, sender JID/E.164).
When the quoted reply target is downloadable media, OpenClaw saves it through
the normal inbound media store and exposes it as `MediaPath`/`MediaType` so
the agent can inspect the referenced image instead of only seeing
`<media:image>`.
</Accordion>