fix: 修复文件删除失败

此处为重复插入待删列表
This commit is contained in:
Alen 2024-09-14 11:12:43 +08:00
parent 6bc0c9490d
commit 413c4a7a62

View File

@ -466,7 +466,6 @@ export class OneBotMsgApi {
sendMsg.data.summary,
sendMsg.data.sub_type,
);
context.deleteAfterSentFiles.push(sendPicElement.picElement.sourcePath);
return sendPicElement;
},