this repo has no description

Revert "bsky-activity: blocks is an attr"

This reverts commit efd9aad0975cd0d196b490a716d60bfdc378802d.

+1 -1
+1 -1
bsky-activity.py
··· 61 61 op = commit_op.copy() 62 62 if op['cid'] is not None: 63 63 op['cid'] = op['cid'].encode('base32') 64 - # op['record'] = car_parsed.blocks.get(op['cid']) 64 + op['record'] = car_parsed.blocks.get(op['cid']) 65 65 66 66 yield message, op 67 67