wip bsky client for the web & android
0
fork

Configure Feed

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

feat: i swear i already did service proxying but whatever ig not

vi 1dff6a28 89172d5a

+7 -1
+7 -1
src/stores/auth.ts
··· 223 223 224 224 function getRpc() { 225 225 if (!agent.value) throw new Error('Not logged in') 226 - return new Client({ handler: agent.value }) 226 + return new Client({ 227 + handler: agent.value, 228 + proxy: { 229 + did: 'did:web:api.bsky.app', 230 + serviceId: '#bsky_appview', 231 + }, 232 + }) 227 233 } 228 234 229 235 return {