From 53af46ffb89822cfd5d29e850e0d3cb93fe3a3f4 Mon Sep 17 00:00:00 2001 From: Peter Steinberger Date: Sat, 14 Feb 2026 19:49:26 +0100 Subject: [PATCH] docs: note WhatsApp per-account dmPolicy override --- docs/gateway/configuration-reference.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/gateway/configuration-reference.md b/docs/gateway/configuration-reference.md index 5f49fe920..e2e61d2ba 100644 --- a/docs/gateway/configuration-reference.md +++ b/docs/gateway/configuration-reference.md @@ -93,7 +93,7 @@ WhatsApp runs through the gateway's web channel (Baileys Web). It starts automat - Outbound commands default to account `default` if present; otherwise the first configured account id (sorted). - Legacy single-account Baileys auth dir is migrated by `openclaw doctor` into `whatsapp/default`. -- Per-account override: `channels.whatsapp.accounts..sendReadReceipts`. +- Per-account overrides: `channels.whatsapp.accounts..sendReadReceipts`, `channels.whatsapp.accounts..dmPolicy`, `channels.whatsapp.accounts..allowFrom`.