Revert "bsky-activity: blocks is an attr"
This reverts commit efd9aad0975cd0d196b490a716d60bfdc378802d.
Eric Davis 2 years ago d4ba3f4c efd9aad0
··· 61 61 op = commit_op.copy() 62 62 if op['cid'] is not None: 63 63 op['cid'] = op['cid'].encode('base32') 64 64 - # op['record'] = car_parsed.blocks.get(op['cid']) 64 64 + op['record'] = car_parsed.blocks.get(op['cid']) 65 65 66 66 yield message, op 67 67