this repo has no description

bsky-activity: blocks is an attr

+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