openclaw/extensions/line
karesansui acbdafc4f4 fix: propagate webhook mode to health monitor snapshot
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>
2026-03-29 02:01:25 +01:00
..
src fix: propagate webhook mode to health monitor snapshot 2026-03-29 02:01:25 +01:00
api.ts test: fix base vitest thread regressions 2026-03-22 23:37:31 -07:00
index.ts refactor: clean extension api boundaries 2026-03-17 09:38:21 -07:00
openclaw.plugin.json chore: Run `pnpm format:fix`. 2026-01-31 21:13:13 +09:00
package-manifest.contract.test.ts refactor: move extension-owned tests to extensions 2026-03-27 21:37:09 +00:00
package.json chore: prepare 2026.3.28-beta.1 release 2026-03-28 22:24:51 +00:00
runtime-api.ts refactor: remove onboarding gateway compat shims 2026-03-27 13:46:16 +00:00
setup-api.ts refactor: enforce plugin boundary seams 2026-03-17 19:45:36 -07:00
setup-entry.ts refactor: clean extension api boundaries 2026-03-17 09:38:21 -07:00