diff --git a/src/util/Injected.js b/src/util/Injected.js index 5bf0884..389bbba 100644 --- a/src/util/Injected.js +++ b/src/util/Injected.js @@ -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;