This commit is contained in:
Timothy Jaeryang Baek
2026-02-22 18:19:49 -06:00
parent 4853ededca
commit e61406c825

View File

@@ -133,7 +133,9 @@
await temporaryChatEnabled.set(!$temporaryChatEnabled);
}
await goto('/');
if ($page.url.pathname !== '/') {
await goto('/');
}
// add 'temporary-chat=true' to the URL
if ($temporaryChatEnabled) {