mirror of
https://github.com/NapNeko/NapCatQQ.git
synced 2025-07-19 12:03:37 +00:00
fix: #1027
This commit is contained in:
4
src/core/external/offset.json
vendored
4
src/core/external/offset.json
vendored
@@ -380,8 +380,8 @@
|
|||||||
"recv": "3BEA210"
|
"recv": "3BEA210"
|
||||||
},
|
},
|
||||||
"9.9.19-35341-x64": {
|
"9.9.19-35341-x64": {
|
||||||
"send": "3BE5A10",
|
"send": "3BF1D50",
|
||||||
"recv": "3BEA210"
|
"recv": "3BF6550"
|
||||||
},
|
},
|
||||||
"3.2.17-35341-x64": {
|
"3.2.17-35341-x64": {
|
||||||
"send": "AE2F700",
|
"send": "AE2F700",
|
||||||
|
@@ -282,7 +282,8 @@ export class NapCatOneBot11Adapter {
|
|||||||
}, 1, 10 * 60 * 1000);
|
}, 1, 10 * 60 * 1000);
|
||||||
// 10分钟 超时
|
// 10分钟 超时
|
||||||
const updatemsg = updatemsgs.find((e) => e.msgId === msg.msgId);
|
const updatemsg = updatemsgs.find((e) => e.msgId === msg.msgId);
|
||||||
if (updatemsg?.sendStatus == SendStatusType.KSEND_STATUS_SUCCESS || updatemsg?.sendStatus == SendStatusType.KSEND_STATUS_SUCCESS_NOSEQ) {
|
// updatemsg?.sendStatus == SendStatusType.KSEND_STATUS_SUCCESS_NOSEQ NOSEQ一般是服务器未下发SEQ 这意味着这条消息不应该推送network
|
||||||
|
if (updatemsg?.sendStatus == SendStatusType.KSEND_STATUS_SUCCESS) {
|
||||||
updatemsg.id = MessageUnique.createUniqueMsgId(
|
updatemsg.id = MessageUnique.createUniqueMsgId(
|
||||||
{
|
{
|
||||||
chatType: updatemsg.chatType,
|
chatType: updatemsg.chatType,
|
||||||
|
Reference in New Issue
Block a user