mirror of
https://github.com/cheveguerra/whatsapp-web.js.git
synced 2026-04-20 20:49:14 +00:00
@@ -331,6 +331,10 @@ exports.LoadUtils = () => {
|
|||||||
msg.replyButtons = JSON.parse(JSON.stringify(msg.replyButtons));
|
msg.replyButtons = JSON.parse(JSON.stringify(msg.replyButtons));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if(typeof msg.id.remote === 'object') {
|
||||||
|
msg.id.remote = msg.id.remote._serialized;
|
||||||
|
}
|
||||||
|
|
||||||
delete msg.pendingAckUpdate;
|
delete msg.pendingAckUpdate;
|
||||||
|
|
||||||
return msg;
|
return msg;
|
||||||
|
|||||||
Reference in New Issue
Block a user