slack status without the slack status.zzstoatzz.io
hatk statusphere
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>

+1 -1
+1 -1
site/app.js
··· 754 754 typeaheadAbortController = new AbortController(); 755 755 756 756 try { 757 - const url = `https://public.api.bsky.app/xrpc/app.bsky.actor.searchActorsTypeahead?q=${encodeURIComponent(query)}&limit=5`; 757 + const url = `https://typeahead.waow.tech/xrpc/app.bsky.actor.searchActorsTypeahead?q=${encodeURIComponent(query)}&limit=5`; 758 758 const res = await fetch(url, { signal: typeaheadAbortController.signal }); 759 759 if (!res.ok) throw new Error(`HTTP ${res.status}`); 760 760 const data = await res.json();