mirror of
https://github.com/cheveguerra/whatsapp-web.js.git
synced 2026-04-20 12:39:20 +00:00
@@ -330,6 +330,10 @@ exports.LoadUtils = () => {
|
|||||||
if(msg.replyButtons) {
|
if(msg.replyButtons) {
|
||||||
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;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user