A demon compendium, deterministically derived from DIDs + PDS records. haunt.at
atmosphere atproto
0

Configure Feed

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

identify as haunt.at in X-Client

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>

author
zzstoatzz
co-author
Claude Fable 5
committer
Tangled
date (Jul 23, 2026, 6:33 PM +0300) commit 76f31eba parent 2f53243d
+1 -1
+1 -1
src/lib/providers/bluesky-search.ts
··· 21 21 }); 22 22 const response = await fetch( 23 23 `${TYPEAHEAD_URL}/xrpc/app.bsky.actor.searchActorsTypeahead?${params}`, 24 - { signal, headers: { "X-Client": "haunt" } }, 24 + { signal, headers: { "X-Client": "haunt.at" } }, 25 25 ); 26 26 27 27 if (!response.ok) {