chore: 过滤重复消息

This commit is contained in:
手瓜一十雪
2024-08-12 17:04:32 +08:00
parent 5da51f0075
commit 70273f9c81
12 changed files with 47 additions and 13 deletions

View File

@@ -44,7 +44,7 @@ class DeleteMsg extends BaseAction<Payload, void> {
await NTQQMsgApi.recallMsg(msg.Peer, [msg.MsgId]);
const data = await ret;
if (!data) {
throw new Error('Recall failed');
//throw new Error('Recall failed');
}
//await sleep(100);
//await NTQQMsgApi.getMsgsByMsgId(msg.Peer, [msg.MsgId]);