openclaw/src/web
Yurii Chukhlib a9f8719cd2 fix(web): remove provider name from gateway listener error messages
Error messages in sendMessageWhatsApp, sendReactionWhatsApp, and
sendPollWhatsApp included hardcoded \"WhatsApp\" references. This caused
confusion when cron jobs using other providers (e.g., Telegram) failed
with errors mentioning WhatsApp.

Changes error messages to be provider-agnostic while maintaining the
same error handling behavior.

Fixes #461
Fixes #470

Co-Authored-By: Claude <noreply@anthropic.com>
2026-01-09 22:40:58 +00:00
..
accounts.ts feat(messages): add whatsapp messagePrefix and responsePrefix auto 2026-01-09 19:29:04 +00:00
active-listener.ts fix(web): pass accountId in WhatsApp provider activity tracking 2026-01-09 20:40:03 +01:00
auto-reply.test.ts fix: broadcast group history consistency (#547) 2026-01-09 21:39:58 +01:00
auto-reply.ts refactor: normalize main session key handling 2026-01-09 22:30:15 +01:00
inbound.media.test.ts fix: honor whatsapp mediaMaxMb (#505) (thanks @koala73) 2026-01-09 19:51:35 +01:00
inbound.test.ts feat(providers): normalize location parsing 2026-01-06 06:31:09 +01:00
inbound.ts fix(whatsapp): resolve lid mappings for inbound 2026-01-09 21:46:18 +01:00
login-qr.test.ts fix: auto-restart WhatsApp QR login 2025-12-21 13:36:26 +01:00
login-qr.ts feat: multi-agent routing + multi-account providers 2026-01-06 18:33:37 +00:00
login.coverage.test.ts fix(ci): stabilize windows tests 2026-01-08 02:44:19 +00:00
login.test.ts refactor: lint cleanups and helpers 2025-12-23 00:28:55 +00:00
login.ts feat(cli): move provider login/logout 2026-01-08 07:40:08 +01:00
logout.test.ts refactor: centralize test path containment checks 2026-01-09 19:15:44 +00:00
media.test.ts fix: improve web media fetch errors 2026-01-09 07:09:15 +00:00
media.ts fix: improve web media fetch errors 2026-01-09 07:09:15 +00:00
monitor-inbox.test.ts fix(whatsapp): resolve lid mappings for inbound 2026-01-09 21:46:18 +01:00
outbound.test.ts Add WhatsApp reactions support 2026-01-07 04:16:39 +01:00
outbound.ts fix(web): remove provider name from gateway listener error messages 2026-01-09 22:40:58 +00:00
qr-image.test.ts fix: resolve qrcode ESM import for Node 25 2026-01-05 03:47:57 +01:00
qr-image.ts fix: resolve qrcode ESM import for Node 25 2026-01-05 03:47:57 +01:00
reconnect.test.ts chore: rename project to clawdbot 2026-01-04 14:38:51 +00:00
reconnect.ts refactor: share backoff helpers 2026-01-07 23:22:12 +00:00
session.test.ts feat: multi-agent routing + multi-account providers 2026-01-06 18:33:37 +00:00
session.ts feat(cli): move provider login/logout 2026-01-08 07:40:08 +01:00
test-helpers.ts feat: standardize timestamps to UTC 2026-01-05 23:03:59 +00:00