We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a0c9a3 commit 4675aaaCopy full SHA for 4675aaa
1 file changed
src/state/session/agent.ts
@@ -350,11 +350,7 @@ class BskyAppAgent extends BskyAgent {
350
super({
351
service,
352
async fetch(...args) {
353
- // getPreferences/putPreferences are PDS-local methods. The agent's
354
- // global appview proxy header must not reach them, or a PDS whose
355
- // default appview differs from ours (e.g. bsky.network) forwards them
356
- // to the Blacksky appview, which 501s — breaking the app for accounts
357
- // not hosted on the Blacksky PDS.
+ // PDS-local prefs methods must not carry the appview proxy header.
358
const input = args[0] as string | URL | Request
359
const url =
360
typeof input === 'string'
0 commit comments