diff --git a/src/core b/src/core index 689ad8e0..4b2cf9eb 160000 --- a/src/core +++ b/src/core @@ -1 +1 @@ -Subproject commit 689ad8e003ba99116e6341bbf7f593238b77c1ea +Subproject commit 4b2cf9eb6afb7c93d1bacdca3eb408dae9c86bdb diff --git a/src/onebot11/constructor.ts b/src/onebot11/constructor.ts index 73445beb..b20b1f78 100644 --- a/src/onebot11/constructor.ts +++ b/src/onebot11/constructor.ts @@ -135,7 +135,7 @@ export class OB11Constructor { message_data['type'] = 'reply'; // log("收到回复消息", element.replyElement.replayMsgSeq) try { - // await NTQQMsgApi.getMsgsBySeqAndCount( + // let retData = await NTQQMsgApi.getMsgsBySeqAndCount( // { // chatType: msg.chatType, // peerUid: msg.peerUid, @@ -143,9 +143,10 @@ export class OB11Constructor { // }, // element.replyElement.replayMsgSeq, // 1, - // true, + // false, // true - // ) + // ); + // console.log(JSON.stringify(retData, null, 2)); const replyMsg = await dbUtil.getMsgBySeq(msg.peerUid, element.replyElement.replayMsgSeq); // log("找到回复消息", replyMsg.msgShortId, replyMsg.msgId) if (replyMsg && replyMsg.id) {