diff --git a/src/structures/Message.js b/src/structures/Message.js index ea541fa..d8ea5ba 100644 --- a/src/structures/Message.js +++ b/src/structures/Message.js @@ -475,7 +475,7 @@ class Message extends Base { const msg = window.Store.Msg.get(msgId); if (!msg) return null; - return await window.Store.MessageInfo.sendQueryMsgInfo(msg.id); + return await window.Store.MessageInfo.sendQueryMsgInfo(msg); }, this.id._serialized); return info;