Mirror — see github.com/blacksky-algorithms/blacksky.community
6
fork

Configure Feed

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

Use blacksky.app for OAuth handle resolution instead of bsky.social

Removes dependency on Bluesky infrastructure for handle resolution
during OAuth login. blacksky.app resolves handles for all PDSes,
not just its own, so this works for cross-PDS users too.

+2 -2
+2 -2
src/state/session/oauth-web-client.ts
··· 46 46 application_type: 'web', 47 47 dpop_bound_access_tokens: true, 48 48 }, 49 - handleResolver: 'https://bsky.social', 49 + handleResolver: 'https://blacksky.app', 50 50 }) 51 51 } 52 52 ··· 63 63 application_type: 'web', 64 64 dpop_bound_access_tokens: true, 65 65 }, 66 - handleResolver: 'https://bsky.social', 66 + handleResolver: 'https://blacksky.app', 67 67 }) 68 68 } 69 69