mirror of
https://github.com/NapNeko/NapCatQQ.git
synced 2025-07-19 12:03:37 +00:00
fix: 多次上报自身消息
This commit is contained in:
@@ -242,10 +242,8 @@ export class NapCatOnebot11 {
|
||||
this.postRecallMsg(msgList).then().catch(logError);
|
||||
for (const msg of msgList.filter(e => e.senderUin == selfInfo.uin)) {
|
||||
// console.log(msg);
|
||||
if (msg.sendStatus !== 2) {
|
||||
if (msg.sendStatus == 2) {
|
||||
//完成后再post
|
||||
return;
|
||||
}
|
||||
OB11Constructor.message(msg).then((_msg) => {
|
||||
_msg.target_id = parseInt(msg.peerUin);
|
||||
if (ob11Config.reportSelfMessage) {
|
||||
@@ -256,6 +254,8 @@ export class NapCatOnebot11 {
|
||||
}
|
||||
}).catch(logError);
|
||||
}
|
||||
|
||||
}
|
||||
};
|
||||
msgListener.onAddSendMsg = (msg) => {
|
||||
|
||||
|
Reference in New Issue
Block a user