fix: harden discord guild allowlist resolution

This commit is contained in:
Peter Steinberger
2026-03-14 02:08:57 +00:00
parent 5c73ed62d5
commit 10afde99c1
10 changed files with 127 additions and 9 deletions

View File

@@ -58,6 +58,7 @@ Docs: https://docs.openclaw.ai
- Dashboard/chat UI: render oversized plain-text replies as normal paragraphs instead of capped gray code blocks, so long desktop chat responses stay readable without tab-switching refreshes.
- Gateway/Control UI: restore the operator-only device-auth bypass and classify browser connect failures so origin and device-identity problems no longer show up as auth errors in the Control UI and web chat. (#45512) thanks @sallyom.
- macOS/voice wake: stop crashing wake-word command extraction when speech segment ranges come from a different transcript instance.
- Discord/allowlists: honor raw `guild_id` when hydrated guild objects are missing so allowlisted channels and threads like `#maintainers` no longer get false-dropped before channel allowlist checks.
## 2026.3.12