Add purge to unsuccessful Poe auto-JB procedure

This commit is contained in:
Cohee
2023-07-06 13:23:18 +03:00
parent 85e82f854b
commit 11bbb6e8e3

View File

@@ -237,6 +237,9 @@ async function autoJailbreak() {
auto_jailbroken = true;
break;
}
// Purge the conversation if we're not jailbroken
await purgeConversation(-1);
}
}