perf: text消息显示客人的昵称

dev/chat
Lei OT 2 years ago
parent d87136db93
commit 08558325f7

@ -255,7 +255,7 @@ export const whatsappMsgTypeMapped = {
}, },
text: { text: {
type: 'text', type: 'text',
data: (msg) => ({ id: msg.wamid, text: autoLinkText(msg.text.body), originText: msg.text.body }), data: (msg) => ({ id: msg.wamid, text: autoLinkText(msg.text.body), originText: msg.text.body, title: msg?.customerProfile?.name || '' }),
renderForReply: (msg) => ({ id: msg.wamid, message: msg.text.body }), renderForReply: (msg) => ({ id: msg.wamid, message: msg.text.body }),
}, },
image: { image: {

Loading…
Cancel
Save