whatsapp-web.js 1.19.2 → 1.19.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -494,7 +494,7 @@ class Message extends Base {
|
|
|
494
494
|
const msg = window.Store.Msg.get(msgId);
|
|
495
495
|
if (!msg) return null;
|
|
496
496
|
|
|
497
|
-
return await window.Store.MessageInfo.sendQueryMsgInfo(msg);
|
|
497
|
+
return await window.Store.MessageInfo.sendQueryMsgInfo(msg.id);
|
|
498
498
|
}, this.id._serialized);
|
|
499
499
|
|
|
500
500
|
return info;
|