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