issues
search
bluesky-social
/
atproto
Social networking technology created by Bluesky
Other
6.48k
stars
452
forks
source link
Updates to blob behaviors: `$type`, cid encoding, etc
#581
Closed
pfrazee
closed
1 year ago
pfrazee
commented
1 year ago
Update all blob usages (values of type blob, image, video, audio) to include a
$type
field with the relevant type included
Enforce this during write validation but not during reads
When translating blobs to CBOR, encode the
cid
field to the link tag when possible
dholms
commented
1 year ago
fixed
https://github.com/bluesky-social/atproto/pull/658
$type
field with the relevant type includedcid
field to the link tag when possible