From 34f7a93c040b86f4b299d16de534c6c3ea5dd70d Mon Sep 17 00:00:00 2001 From: Vincent Koc Date: Thu, 23 Apr 2026 20:20:36 -0700 Subject: [PATCH] docs(channels): rewrite passive-voice notes in msteams UPN and whatsapp fromMe bullets --- docs/channels/msteams.md | 2 +- docs/channels/whatsapp.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/channels/msteams.md b/docs/channels/msteams.md index c62772fa1db..5c9913e5fdc 100644 --- a/docs/channels/msteams.md +++ b/docs/channels/msteams.md @@ -75,7 +75,7 @@ Disable with: - Default: `channels.msteams.dmPolicy = "pairing"`. Unknown senders are ignored until approved. - `channels.msteams.allowFrom` should use stable AAD object IDs. -- UPNs/display names are mutable; direct matching is disabled by default and only enabled with `channels.msteams.dangerouslyAllowNameMatching: true`. +- Do not rely on UPN/display-name matching for allowlists — they can change. OpenClaw disables direct name matching by default; opt in explicitly with `channels.msteams.dangerouslyAllowNameMatching: true`. - The wizard can resolve names to IDs via Microsoft Graph when credentials allow. **Group access** diff --git a/docs/channels/whatsapp.md b/docs/channels/whatsapp.md index 8eaeaf4bc7a..a49c0f01259 100644 --- a/docs/channels/whatsapp.md +++ b/docs/channels/whatsapp.md @@ -164,7 +164,7 @@ OpenClaw recommends running WhatsApp on a separate number when possible. (The ch - pairings are persisted in channel allow-store and merged with configured `allowFrom` - if no allowlist is configured, the linked self number is allowed by default - - outbound `fromMe` DMs are never auto-paired + - OpenClaw never auto-pairs outbound `fromMe` DMs (messages you send to yourself from the linked device)