-
- Reasoning:
- It’s technically optional already because the profile record may not exist. This change just more accurately reflects the system in total.
-
This will enable choosing the keyname of records
-
Currently there's no efficient way to find out if a user follows you.
Here's what I'd suggest adding:
- Update `actor.getProfile`, `graph.getFollows`, and `graph.getFollowers` to include a boole…
-
`fetch` returns binary as an ArrayBuffer not Uint8Array. Easy to convert just do `new Uint8Array(arrBuf)`
-
There are a handful of `cid` parameters and inputs to the PDS xrpc methods. We should consider validating these as CIDs, otherwise fail the request with a 400. In some cases currently `CID.parse()` …
-
there's a user on bsky.social who has a handle of @s3.amazonaws.com because they were able to upload a file acting as an xRPC agent(?) using the resolveHandle endpoint.
I believe I've grasped why t…
-
# 1. Problem to solve
# 2. Proposal
# 3. More information
-
Could I maybe get a pointer to where that's defined in code? 🥺 🙏
-
Occasionally a duplicate notification will show up side-by-side with itself. If I had to guess this is a mistake in the "fetch latest" logic where it's fetching more recent items and adding items that…
-
We've encountered a number of challenges with Lexicon as it's currently designed which has led us to decide on an update.
- Code generated from Lexicons in stricter langs than Typescript (e.g. Go) st…