From 6f769fae8427d9a90386f683ee5453cdae055b00 Mon Sep 17 00:00:00 2001 From: "openclaw-docs-sync[bot]" Date: Mon, 6 Apr 2026 02:23:03 +0000 Subject: [PATCH] chore(sync): mirror docs from openclaw/openclaw@134d3095716e97ffbd9df95d789f21b9c42d781b --- .openclaw-sync/source.json | 4 ++-- docs/channels/discord.md | 2 +- docs/gateway/configuration-reference.md | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.openclaw-sync/source.json b/.openclaw-sync/source.json index d2bbb5d9e..669c6fd93 100644 --- a/.openclaw-sync/source.json +++ b/.openclaw-sync/source.json @@ -1,5 +1,5 @@ { "repository": "openclaw/openclaw", - "sha": "33b4b76a53178fe5eb97e90674440efb1361c339", - "syncedAt": "2026-04-06T01:45:04.431Z" + "sha": "134d3095716e97ffbd9df95d789f21b9c42d781b", + "syncedAt": "2026-04-06T02:23:02.874Z" } diff --git a/docs/channels/discord.md b/docs/channels/discord.md index 7fa098d45..2d8bcd881 100644 --- a/docs/channels/discord.md +++ b/docs/channels/discord.md @@ -1237,7 +1237,7 @@ High-signal Discord fields: - delivery: `textChunkLimit`, `chunkMode`, `maxLinesPerMessage` - streaming: `streaming` (legacy alias: `streamMode`), `draftChunk`, `blockStreaming`, `blockStreamingCoalesce` - media/retry: `mediaMaxMb`, `retry` - - `mediaMaxMb` caps outbound Discord uploads (default: `8MB`) + - `mediaMaxMb` caps outbound Discord uploads (default: `100MB`) - actions: `actions.*` - presence: `activity`, `status`, `activityType`, `activityUrl` - UI: `ui.components.accentColor` diff --git a/docs/gateway/configuration-reference.md b/docs/gateway/configuration-reference.md index 40fc86349..1d752fb95 100644 --- a/docs/gateway/configuration-reference.md +++ b/docs/gateway/configuration-reference.md @@ -220,7 +220,7 @@ WhatsApp runs through the gateway's web channel (Baileys Web). It starts automat discord: { enabled: true, token: "your-bot-token", - mediaMaxMb: 8, + mediaMaxMb: 100, allowBots: false, actions: { reactions: true,