atproto
atproto copied to clipboard
Social networking technology created by Bluesky
Do we want to be serving a did:web from our server? I'm leaning toward no. Remove if not, or fix up if so.
Maybe it's not clear, but it seems to me that if a user is using a third party service to host his DID document, then the third party service can,...
Username validation: - length >= 2 &
Nothing terribly exciting here, but this has been sitting on standby for a bit & figured I'd clean it up & get it in. Benching in general could probably use...
Haven't seen this before, popped up randomly in unrelated test: https://github.com/bluesky-social/atproto/actions/runs/3348899719/jobs/5548427173
CRUD tests are sporadically failing in CI. Last I saw it was on racing deletes. It doesn't happen all the time, doesn't happen on reruns and can't replicate locally.
It seems the bluesky protocol is aiming to cover behaviors that can reasonably be presumed to exist in any social media app as they are currently designed. While not ubiquitous...
Need to fleshout the `resolveName` XRPC method for owned domains
Improving upon https://github.com/bluesky-social/atproto/pull/256#pullrequestreview-1153609500 Our CI should test both sqlite & Postgres (`yarn test:pg`)
I noticed here that pagination parameters are being included. https://atproto.com/lexicons/bsky-app#appbskygetnotifications If a client wants to implement infinite scrolling UI, relay based is easier to work with. Should this method be...