build: 180

This commit is contained in:
手瓜一十雪 2024-08-06 11:30:35 +08:00
parent 351fed7359
commit 31c1cc47bf

View File

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