openclaw/src/web
Peter Siska 9cb1bfa1c1 fix(whatsapp): pass authDir to jidToE164 for LID mention detection
WhatsApp group mentions using the new Linked ID format (@lid) were not
being detected because jidToE164() was called without the authDir needed
to find the LID reverse mapping files.

Now isBotMentioned() and debugMention() accept an optional authDir
parameter, which is passed through from account.authDir.
2026-01-11 01:04:10 +01:00
..
accounts.ts feat(messages): add whatsapp messagePrefix and responsePrefix auto 2026-01-09 19:29:04 +00:00
active-listener.ts refactor(web): centralize active web listener resolution 2026-01-09 23:12:29 +00:00
auto-reply.test.ts fix: dedupe inbound messages across providers 2026-01-11 00:12:25 +01:00
auto-reply.ts fix(whatsapp): pass authDir to jidToE164 for LID mention detection 2026-01-11 01:04:10 +01:00
inbound.media.test.ts fix: dedupe inbound messages across providers 2026-01-11 00:12:25 +01:00
inbound.test.ts fix(web): show all WhatsApp shared contacts 2026-01-10 00:22:31 +00:00
inbound.ts fix: dedupe inbound messages across providers 2026-01-11 00:12:25 +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 refactor: unify inline directives and media fetch 2026-01-10 03:01:04 +01:00
monitor-inbox.test.ts fix: dedupe inbound messages across providers 2026-01-11 00:12:25 +01:00
outbound.test.ts fix(web): improve WhatsApp Web listener errors (#612, thanks @YuriNachos) 2026-01-09 22:40:58 +00:00
outbound.ts refactor(web): centralize active web listener resolution 2026-01-09 23:12:29 +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
vcard.ts WhatsApp: include numbers in contact cards 2026-01-10 01:00:00 +01:00