add delay after delete one conversation
This commit is contained in:
@@ -11,6 +11,7 @@ async function bulkDeleteConversations() {
|
||||
|
||||
// 使用 for 循环按顺序删除选中的对话
|
||||
for (const element of selectedConversations) {
|
||||
delay(100);
|
||||
await deleteConversation(element);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user