fix empty util.Blob in CBOR-decoded post image embed (#67)
The `cborgen` field names were missing, and were being auto-populated
with incorrect capitalization. This is why the Cid and MimeType fields
were coming through empty.
I also added `cborgen` fields on the other structs in this file. I'm not
sure they are actually necessary, maybe they are only used for reading
JSON? But didn't seem like it would hurt to have the CBOR field names
specified as well.
authored by
This is a binary file and will not be displayed.