0
fork

Configure Feed

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

use community typeahead service for handle autocomplete

swap public.api.bsky.app → typeahead.waow.tech

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

zzstoatzz 304c5e7e c01d4129

+1 -1
+1 -1
src/lib/components/HandleInput.svelte
··· 26 26 debounceTimer = setTimeout(async () => { 27 27 try { 28 28 const res = await fetch( 29 - `https://public.api.bsky.app/xrpc/app.bsky.actor.searchActorsTypeahead?q=${encodeURIComponent(query)}&limit=8` 29 + `https://typeahead.waow.tech/xrpc/app.bsky.actor.searchActorsTypeahead?q=${encodeURIComponent(query)}&limit=8` 30 30 ); 31 31 if (res.ok) { 32 32 const data = await res.json();