openclaw/extensions/whatsapp
Sir Dobby 848ae569f2 fix(whatsapp): require participant field for group reactions
When reacting to WhatsApp group messages, the 'participant' field is
required by Baileys but was previously optional, leading to silent
failures where reactions appeared to succeed but were never sent.

This change adds validation to fail fast with a clear error message
when attempting to react to a group message without providing the
participant JID.

Fixes issue where reactions in WhatsApp groups returned {ok: true}
but were never delivered to WhatsApp servers.

Example error:
  WhatsApp group reactions require the 'participant' field (sender JID).
  Example: participant: '1234567890@s.whatsapp.net'
2026-01-29 13:47:19 +07:00
..
src fix(whatsapp): require participant field for group reactions 2026-01-29 13:47:19 +07:00
clawdbot.plugin.json fix: enforce plugin config schemas (#1272) (thanks @thewilloftheshadow) 2026-01-20 11:03:17 +00:00
index.ts refactor: rename clawdbot to moltbot with legacy compat 2026-01-27 12:21:02 +00:00
package.json chore: prep 2026.1.27-beta.1 release 2026-01-28 01:35:58 +01:00