From ff67a890af4d869efa429d49b20447289d7c9b26 Mon Sep 17 00:00:00 2001 From: Vincent Koc Date: Tue, 21 Apr 2026 13:59:04 -0700 Subject: [PATCH] docs(channels): clean troubleshooting link labels, generic imessage path placeholder, drop msteams stamped date --- docs/channels/imessage.md | 2 +- docs/channels/msteams.md | 2 -- docs/channels/troubleshooting.md | 16 ++++++++-------- 3 files changed, 9 insertions(+), 11 deletions(-) diff --git a/docs/channels/imessage.md b/docs/channels/imessage.md index c7f5c93783e..84a5232ac08 100644 --- a/docs/channels/imessage.md +++ b/docs/channels/imessage.md @@ -50,7 +50,7 @@ imsg rpc --help imessage: { enabled: true, cliPath: "/usr/local/bin/imsg", - dbPath: "/Users//Library/Messages/chat.db", + dbPath: "/Users/user/Library/Messages/chat.db", }, }, } diff --git a/docs/channels/msteams.md b/docs/channels/msteams.md index 74af3463b6f..43b2efc72a2 100644 --- a/docs/channels/msteams.md +++ b/docs/channels/msteams.md @@ -9,8 +9,6 @@ title: "Microsoft Teams" > "Abandon all hope, ye who enter here." -Updated: 2026-03-25 - Status: text + DM attachments are supported; channel/group file sending requires `sharePointSiteId` + Graph permissions (see [Sending files in group chats](#sending-files-in-group-chats)). Polls are sent via Adaptive Cards. Message actions expose explicit `upload-file` for file-first sends. ## Bundled plugin diff --git a/docs/channels/troubleshooting.md b/docs/channels/troubleshooting.md index ed902e1b751..cc6d238a1a8 100644 --- a/docs/channels/troubleshooting.md +++ b/docs/channels/troubleshooting.md @@ -39,7 +39,7 @@ Healthy baseline: | Group messages ignored | Check `requireMention` + mention patterns in config | Mention the bot or relax mention policy for that group. | | Random disconnect/relogin loops | `openclaw channels status --probe` + logs | Re-login and verify credentials directory is healthy. | -Full troubleshooting: [/channels/whatsapp#troubleshooting](/channels/whatsapp#troubleshooting) +Full troubleshooting: [WhatsApp troubleshooting](/channels/whatsapp#troubleshooting) ## Telegram @@ -54,7 +54,7 @@ Full troubleshooting: [/channels/whatsapp#troubleshooting](/channels/whatsapp#tr | `setMyCommands` rejected at startup | Inspect logs for `BOT_COMMANDS_TOO_MUCH` | Reduce plugin/skill/custom Telegram commands or disable native menus. | | Upgraded and allowlist blocks you | `openclaw security audit` and config allowlists | Run `openclaw doctor --fix` or replace `@username` with numeric sender IDs. | -Full troubleshooting: [/channels/telegram#troubleshooting](/channels/telegram#troubleshooting) +Full troubleshooting: [Telegram troubleshooting](/channels/telegram#troubleshooting) ## Discord @@ -66,7 +66,7 @@ Full troubleshooting: [/channels/telegram#troubleshooting](/channels/telegram#tr | Group messages ignored | Check logs for mention gating drops | Mention bot or set guild/channel `requireMention: false`. | | DM replies missing | `openclaw pairing list discord` | Approve DM pairing or adjust DM policy. | -Full troubleshooting: [/channels/discord#troubleshooting](/channels/discord#troubleshooting) +Full troubleshooting: [Discord troubleshooting](/channels/discord#troubleshooting) ## Slack @@ -78,7 +78,7 @@ Full troubleshooting: [/channels/discord#troubleshooting](/channels/discord#trou | DMs blocked | `openclaw pairing list slack` | Approve pairing or relax DM policy. | | Channel message ignored | Check `groupPolicy` and channel allowlist | Allow the channel or switch policy to `open`. | -Full troubleshooting: [/channels/slack#troubleshooting](/channels/slack#troubleshooting) +Full troubleshooting: [Slack troubleshooting](/channels/slack#troubleshooting) ## iMessage and BlueBubbles @@ -92,8 +92,8 @@ Full troubleshooting: [/channels/slack#troubleshooting](/channels/slack#troubles Full troubleshooting: -- [/channels/imessage#troubleshooting](/channels/imessage#troubleshooting) -- [/channels/bluebubbles#troubleshooting](/channels/bluebubbles#troubleshooting) +- [iMessage troubleshooting](/channels/imessage#troubleshooting) +- [BlueBubbles troubleshooting](/channels/bluebubbles#troubleshooting) ## Signal @@ -105,7 +105,7 @@ Full troubleshooting: | DM blocked | `openclaw pairing list signal` | Approve sender or adjust DM policy. | | Group replies do not trigger | Check group allowlist and mention patterns | Add sender/group or loosen gating. | -Full troubleshooting: [/channels/signal#troubleshooting](/channels/signal#troubleshooting) +Full troubleshooting: [Signal troubleshooting](/channels/signal#troubleshooting) ## QQ Bot @@ -118,7 +118,7 @@ Full troubleshooting: [/channels/signal#troubleshooting](/channels/signal#troubl | Voice not transcribed | Check STT provider config | Configure `channels.qqbot.stt` or `tools.media.audio`. | | Proactive messages not arriving | Check QQ platform interaction requirements | QQ may block bot-initiated messages without recent interaction. | -Full troubleshooting: [/channels/qqbot#troubleshooting](/channels/qqbot#troubleshooting) +Full troubleshooting: [QQ Bot troubleshooting](/channels/qqbot#troubleshooting) ## Matrix