Fixed
- Baileys: an inbound shared contact card's vCard now populates the message
bodyinstead of being silently
dropped, matching what whatsapp-web.js returns for itsvcardtype. 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
bodyinstead 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 -dbuilds from a Windows clone again. Git's defaultcore.autocrlf=truegave the committed
PGDG signing key CRLF endings and the build failed withNO_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.