|
|
|
@ -289,7 +289,6 @@ const whatsappMsgMapped = {
|
|
|
|
|
},
|
|
|
|
|
contentToRender: (contentObj) => {
|
|
|
|
|
console.log('whatsapp.inbound_message.received to render', contentObj);
|
|
|
|
|
// const contentObj = result?.whatsappInboundMessage || result; // debug:
|
|
|
|
|
return parseRenderMessageItem(contentObj);
|
|
|
|
|
},
|
|
|
|
|
contentToUpdate: () => null,
|
|
|
|
@ -332,7 +331,6 @@ const emailMsgMapped = {
|
|
|
|
|
},
|
|
|
|
|
contentToRender: (contentObj) => {
|
|
|
|
|
// console.log('email.inbound.received to render', contentObj);
|
|
|
|
|
// const contentObj = result?.emailMessage || result; // debug:
|
|
|
|
|
return parseRenderMessageItem(contentObj);
|
|
|
|
|
},
|
|
|
|
|
contentToUpdate: (msgcontent) => null,
|
|
|
|
|