fix: finish inbound event rebase (#82606) · openclaw/openclaw@0190f4a
steipete
·
2026-05-17
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
@@ -80,12 +80,12 @@ Full troubleshooting: [Telegram troubleshooting](/channels/telegram#troubleshoot
|
80 | 80 | |
81 | 81 | ### Discord failure signatures |
82 | 82 | |
83 | | -| Symptom | Fastest check | Fix | |
84 | | -| ----------------------------------------- | ----------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | |
85 | | -| Bot online but no guild replies | `openclaw channels status --probe` | Allow guild/channel and verify message content intent. | |
86 | | -| Group messages ignored | Check logs for mention gating drops | Mention bot or set guild/channel `requireMention: false`. | |
87 | | -| Typing/token usage but no Discord message | Check whether `messages.groupChat.visibleReplies` is `"message_tool"` and the agent missed `message(action=send)` | Inspect the gateway verbose log for suppressed final payload metadata, verify `messages.groupChat.ambientTurns` is not routing the turn as quiet room context, or set `messages.groupChat.visibleReplies: "automatic"` to use the legacy final-reply path. | |
88 | | -| DM replies missing | `openclaw pairing list discord` | Approve DM pairing or adjust DM policy. | |
| 83 | +| Symptom | Fastest check | Fix | |
| 84 | +| ----------------------------------------- | ----------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | |
| 85 | +| Bot online but no guild replies | `openclaw channels status --probe` | Allow guild/channel and verify message content intent. | |
| 86 | +| Group messages ignored | Check logs for mention gating drops | Mention bot or set guild/channel `requireMention: false`. | |
| 87 | +| Typing/token usage but no Discord message | Check whether `messages.groupChat.visibleReplies` is `"message_tool"` and the agent missed `message(action=send)` | Inspect the gateway verbose log for suppressed final payload metadata, verify `messages.groupChat.unmentionedInbound` is not routing the event as quiet room context, or set `messages.groupChat.visibleReplies: "automatic"` to use the legacy final-reply path. | |
| 88 | +| DM replies missing | `openclaw pairing list discord` | Approve DM pairing or adjust DM policy. | |
89 | 89 | |
90 | 90 | Full troubleshooting: [Discord troubleshooting](/channels/discord#troubleshooting) |
91 | 91 | |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。