|
|
|
@ -285,15 +285,3 @@ export const parseRenderMessageList = (messages, conversationid = null) => {
|
|
|
|
|
};
|
|
|
|
|
});
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* WhatsApp Templates params
|
|
|
|
|
* @deprecated
|
|
|
|
|
*/
|
|
|
|
|
export const whatsappTemplatesParamMapped = {
|
|
|
|
|
/** @deprecated */
|
|
|
|
|
'asia_highlights_has_receive_your_inquiry': [['customer_name']],
|
|
|
|
|
'hello_from_asia_highlights': [['agent_name']], // todo:
|
|
|
|
|
'hello_from_china_highlights': [['agent_name']], // todo:
|
|
|
|
|
'use_new_whatsapp': [['agent_name']], // todo:
|
|
|
|
|
};
|
|
|
|
|