Merge branch 'main' into fix-buttons-list

This commit is contained in:
tuyuribr
2023-01-29 20:47:15 -03:00
committed by GitHub
61 changed files with 181 additions and 181 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;