v2026.6.1
Release date: June 8, 2026
🐛 Bug Fixes
WhatsApp Official Template Buttons Not Displayed in Chat
Action buttons from WhatsApp Official templates (quick reply, URL, phone) were not being saved to the conversation history when a template message was sent — neither via manual chat send nor bulk campaigns. As a result, when opening the history, the template message appeared with only the text content (HEADER, BODY and FOOTER), but without any buttons.
What was fixed?
- Manual send via chat: when sending a template through the template picker modal, the buttons from the
BUTTONScomponent of the Meta-approved template are now extracted and saved in the messagemetadatafield (template_buttons) - Bulk send (campaigns): when processing bulk campaign dispatches with a WhatsApp Official template, the system now looks up the template buttons in the database and includes them in the saved message
metadata - Chat rendering: the message bubble component (
MessageBubble) now reads themetadata.template_buttonsfield and displays the buttons below the template content, using the same visual style as WAHA templates
What is it for?
When opening any conversation that received a template with buttons (e.g. quick reply options like "Yes" / "No", or a website link button), the buttons now appear correctly in the history — exactly as they were sent to the recipient.
🎯 Benefits
- ✅ Template history now accurately reflects what was sent, including all action buttons
- ✅ Fix applied to both manual sends and bulk campaign dispatches
- ✅ No impact on previous messages — older messages continue to display normally (without buttons, as before)
- ✅ Button visual style consistent with existing WAHA templates