fix: waba 模板消息, 发送后没有推到消息窗口

2.0/email-builder
Lei OT 11 months ago
parent f5026e07e4
commit ad3189eb9d

@ -206,6 +206,7 @@ export const sentMsgTypeMapped = {
type: 'text',
title: msg.template.name, // || msg.template_origin.components.header?.[0]?.text || '',
text: autoLinkText(templateDataMapped?.body?.text || ''), // msg.template_origin.components.body?.[0]?.text || '',
whatsapp_msg_type: 'template',
};
},
},

Loading…
Cancel
Save