You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fixed
Baileys: an inbound shared contact card's vCard now populates the message body instead of being silently
dropped, matching what whatsapp-web.js returns for its vcard type. Several contacts shared
together (contactsArrayMessage) are newline-joined into one multi-vCard body, in the order they were
shared. Thanks @memarius.
The message-type filter on webhooks and automation rules accepts poll. The dashboard offered the option but
saving was refused as invalid.
Baileys: inbound poll questions, shared event names and business button-reply selections now fill the message body instead of arriving empty. Webhook filters, search and the dashboard see this text on both engines now.
Baileys: quoting a contact card or poll keeps its text in the quoted-message preview instead of an empty
string; the quote reuses the same body extraction as the live message.
docker compose up -d builds from a Windows clone again. Git's default core.autocrlf=true gave the committed
PGDG signing key CRLF endings and the build failed with NO_PUBKEY 7FCC7D46ACCC4CF8. The key is now pinned to LF
and the build strips CR, so a clone already on disk needs no re-clone. Thanks @ATZ-Jordan.