Merge branch 'pedroslopez:main' into WaWJS2

This commit is contained in:
2023-02-10 13:18:04 -06:00
committed by GitHub
62 changed files with 182 additions and 182 deletions

View File

@@ -494,7 +494,7 @@ class Message extends Base {
const msg = window.Store.Msg.get(msgId);
if (!msg) return null;
return await window.Store.MessageInfo.sendQueryMsgInfo(msg);
return await window.Store.MessageInfo.sendQueryMsgInfo(msg.id);
}, this.id._serialized);
return info;