chore(sync): mirror docs from openclaw/openclaw@eb6006730d

This commit is contained in:
openclaw-docs-sync[bot] 2026-04-22 00:49:29 +00:00
parent 6ea74a492d
commit bf8d6dff5d
2 changed files with 4 additions and 2 deletions

View File

@ -1,5 +1,5 @@
{
"repository": "openclaw/openclaw",
"sha": "540171ddbdd555ee9b9f85ae05adb223b32a8cfb",
"syncedAt": "2026-04-22T00:33:07.530Z"
"sha": "eb6006730d9f0f97994a0d7a2713617080d09032",
"syncedAt": "2026-04-22T00:49:28.818Z"
}

View File

@ -205,6 +205,8 @@ The LINE plugin supports sending images, videos, and audio files through the age
- **Videos**: sent with explicit preview and content-type handling.
- **Audio**: sent as LINE audio messages.
Outbound media URLs must be public HTTPS URLs. OpenClaw validates the target hostname before handing the URL to LINE and rejects loopback, link-local, and private-network targets.
Generic media sends fall back to the existing image-only route when a LINE-specific path is not available.
## Troubleshooting