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); } }