chore: v3.29.0

This commit is contained in:
idranme
2024-08-13 22:08:36 +08:00
parent 8ed0e6c1be
commit 2715552814
4 changed files with 4 additions and 3 deletions

View File

@@ -168,6 +168,7 @@ export class OB11Constructor {
}
replyMsg = (await NTQQMsgApi.getSingleMsg(peer, element.replyElement.replayMsgSeq)).msgList[0]
}
// 284840486: 合并消息内侧 消息具体定位不到
if ((!replyMsg || records.msgRandom !== replyMsg.msgRandom) && msg.peerUin !== '284840486') {
throw new Error('回复消息消息验证失败')
}

View File

@@ -1 +1 @@
export const version = '3.28.7'
export const version = '3.29.0'