|
|
|
@ -542,6 +542,7 @@ export const receivedMsgTypeMapped = {
|
|
|
|
contentToRender: () => null,
|
|
|
|
contentToRender: () => null,
|
|
|
|
contentToUpdate: (msgcontent) => {
|
|
|
|
contentToUpdate: (msgcontent) => {
|
|
|
|
if (isEmpty(msgcontent)) return null;
|
|
|
|
if (isEmpty(msgcontent)) return null;
|
|
|
|
|
|
|
|
if (isEmpty(msgcontent.error)) return null;
|
|
|
|
let apiErrorCode,
|
|
|
|
let apiErrorCode,
|
|
|
|
apiErrorMsg = '';
|
|
|
|
apiErrorMsg = '';
|
|
|
|
const waCode = msgcontent.error.message.match(/\(#(\d+)\)/);
|
|
|
|
const waCode = msgcontent.error.message.match(/\(#(\d+)\)/);
|
|
|
|
|