this repo has no description
0
fork

Configure Feed

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

blur search input

+1
+1
src/components/search.tsx
··· 16 16 .replace(/^\u202a/, "") 17 17 .replace(/^@/, ""); 18 18 if (!input.length) return; 19 + (document.getElementById("input") as HTMLInputElement).blur(); 19 20 if ( 20 21 !input.startsWith("https://bsky.app/") && 21 22 !input.startsWith("https://deer.social/") &&