atproto explorer
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

onMount fix

Juliet d04f029d d603ee88

+1 -3
+1 -3
src/layout.tsx
··· 26 26 const location = useLocation(); 27 27 28 28 onMount(async () => { 29 + if (location.search.includes("kawaii=true")) localStorage.kawaii = "true"; 29 30 await retrieveSession(); 30 31 if (loginState() && location.pathname === "/") window.location.href = `/at://${agent.sub}`; 31 - if (location.search.includes("kawaii=true")) { 32 - localStorage.kawaii = "true"; 33 - } 34 32 }); 35 33 36 34 createEffect(async () => {