A decentralized music tracking and discovery platform built on AT Protocol 🎵 rocksky.app
spotify atproto lastfm musicbrainz scrobbling listenbrainz
98
fork

Configure Feed

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

Remove clearing of state param in OAuth callback

-1
-1
apps/api/src/bsky/app.ts
··· 118 118 let did: string, cli: string; 119 119 120 120 try { 121 - params.set("state", ""); 122 121 const { session } = await ctx.oauthClient.callback(params); 123 122 did = session.did; 124 123 const handle = await ctx.resolver.resolveDidToHandle(did);