fix: 修复文件删除失败

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

View File

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