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)