mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-01 12:21:25 +00:00
Webhook channels (LINE, Zalo, Nextcloud Talk, BlueBubbles) are incorrectly flagged as stale-socket during quiet periods because snapshot.mode is always undefined, making the mode !== "webhook" guard in evaluateChannelHealth dead code. Add mode: "webhook" to each webhook plugin's describeAccount and propagate described.mode in getRuntimeSnapshot. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>