|
|
|
@ -170,7 +170,7 @@ export const parseRenderMessageItem = (msg) => {
|
|
|
|
|
...(typeof whatsappMsgTypeMapped[msg.type].type === 'function' ? whatsappMsgTypeMapped[msg.type].type(msg) : { type: whatsappMsgTypeMapped[msg.type].type || 'text' }),
|
|
|
|
|
// type: whatsappMsgTypeMapped?.[msg.type]?.type || 'text',
|
|
|
|
|
sender: msg.from,
|
|
|
|
|
status: msg?.status || 'waiting',
|
|
|
|
|
// status: msg?.status || 'waiting',
|
|
|
|
|
// title: msg.customerProfile.name,
|
|
|
|
|
// replyButton: true,
|
|
|
|
|
};
|
|
|
|
|