From bf8d6dff5d5d7bb5d5e992ac35923b90e09603c0 Mon Sep 17 00:00:00 2001 From: "openclaw-docs-sync[bot]" Date: Wed, 22 Apr 2026 00:49:29 +0000 Subject: [PATCH] chore(sync): mirror docs from openclaw/openclaw@eb6006730d9f0f97994a0d7a2713617080d09032 --- .openclaw-sync/source.json | 4 ++-- docs/channels/line.md | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.openclaw-sync/source.json b/.openclaw-sync/source.json index cc2023129..2a8dabc7d 100644 --- a/.openclaw-sync/source.json +++ b/.openclaw-sync/source.json @@ -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" } diff --git a/docs/channels/line.md b/docs/channels/line.md index b0e603e98..028d4df9c 100644 --- a/docs/channels/line.md +++ b/docs/channels/line.md @@ -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