mirror of
https://github.com/NapNeko/NapCatQQ.git
synced 2025-07-19 12:03:37 +00:00
chore: sync
This commit is contained in:
2
src/core
2
src/core
Submodule src/core updated: 689ad8e003...4b2cf9eb6a
@@ -135,7 +135,7 @@ export class OB11Constructor {
|
|||||||
message_data['type'] = 'reply';
|
message_data['type'] = 'reply';
|
||||||
// log("收到回复消息", element.replyElement.replayMsgSeq)
|
// log("收到回复消息", element.replyElement.replayMsgSeq)
|
||||||
try {
|
try {
|
||||||
// await NTQQMsgApi.getMsgsBySeqAndCount(
|
// let retData = await NTQQMsgApi.getMsgsBySeqAndCount(
|
||||||
// {
|
// {
|
||||||
// chatType: msg.chatType,
|
// chatType: msg.chatType,
|
||||||
// peerUid: msg.peerUid,
|
// peerUid: msg.peerUid,
|
||||||
@@ -143,9 +143,10 @@ export class OB11Constructor {
|
|||||||
// },
|
// },
|
||||||
// element.replyElement.replayMsgSeq,
|
// element.replyElement.replayMsgSeq,
|
||||||
// 1,
|
// 1,
|
||||||
// true,
|
// false,
|
||||||
// true
|
// true
|
||||||
// )
|
// );
|
||||||
|
// console.log(JSON.stringify(retData, null, 2));
|
||||||
const replyMsg = await dbUtil.getMsgBySeq(msg.peerUid, element.replyElement.replayMsgSeq);
|
const replyMsg = await dbUtil.getMsgBySeq(msg.peerUid, element.replyElement.replayMsgSeq);
|
||||||
// log("找到回复消息", replyMsg.msgShortId, replyMsg.msgId)
|
// log("找到回复消息", replyMsg.msgShortId, replyMsg.msgId)
|
||||||
if (replyMsg && replyMsg.id) {
|
if (replyMsg && replyMsg.id) {
|
||||||
|
Reference in New Issue
Block a user