commits
This reverts commit 125b864f150200359af56f4abe77385dc9d0227f.
This reverts commit 9fbd74c10e490237e8beb34e8e9732843b6bada3.
* refactor blockstore to be extensible
* add configuration for setting blockstore variant
* use the configuration when getting blockstore
* feat: add checkAccountStatus
* chore: update readme
* fix: scan error
this ensures that describeRepo gives us the right did doc after we make
an updateHandle call -- we emit an #identity guy on the event stream so we
might as well bust our own cache as well as everybody else's
ref bluesky-social/atproto#3393
* µopt: only do one allocation here
* just check if preferences is a key of the prefs obj
i think json.Unmarshal can give u a non-nil guy here and checking for
nil or empty is kinda cringe so let's just do this
currently if you haven't putPreferences at all you break social-app,
since it expects response.preferences to always be present
in a repo with no records, the collections field here ends up being the
nil slice instead of an empty slice, so you get null in the response.
since collections is a required field in the rpc def we shouldn't do this,
it breaks pdsls at least.
Co-authored-by: hailey <hailey@blueskyweb.xyz>