From 11bbb6e8e3fdb12c78058f602e5680cdcb1dfadb Mon Sep 17 00:00:00 2001 From: Cohee Date: Thu, 6 Jul 2023 13:23:18 +0300 Subject: [PATCH] Add purge to unsuccessful Poe auto-JB procedure --- public/scripts/poe.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/public/scripts/poe.js b/public/scripts/poe.js index fca75697b..53934b400 100644 --- a/public/scripts/poe.js +++ b/public/scripts/poe.js @@ -237,6 +237,9 @@ async function autoJailbreak() { auto_jailbroken = true; break; } + + // Purge the conversation if we're not jailbroken + await purgeConversation(-1); } }