-
Notifications
You must be signed in to change notification settings - Fork 57
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bluesky: handle federated PDSes #1606
Comments
Sounds like this isn't actually a priority until real federation. From bluesky-social/atproto#1832 :
|
Most of the work here will probably happen in snarfed/lexrpc#4 |
I am running into this now that I have completed my PDS migration. Holler if there's any way I can help! |
thoughts on adding a service field to the login form so you don't have to do the resolution every time? the main bsky app makes you pick a service when you log in |
@benharri hmm! I could, but I think I'd prefer to discover the PDS from the DID doc. Easier UX for users, and logging in is rare, so I'm not worried about load. Sorry I haven't gotten to this yet! I've been focused on Bridgy Fed. Happy to help if you want to dive in here! The work might end up all in lexrpc, eg snarfed/lexrpc#4 |
Makes sense! I will pull down lexrpc and see what I can do :) |
Bluesky is federating internally, and it's hitting us! 😁 bluesky-social/atproto#1832 . We need to start resolving handles and DIDs to users' individual PDSes and make calls to them instead of bsky.social, or at least auth calls and get timelines etc from the prod AppView api.bsky.app. Not sure which we'll prefer. cc @JoelOtter
The text was updated successfully, but these errors were encountered: