bsky-activity: blocks is an attr
Eric Davis 2 years ago efd9aad0 dc1bcaf4
··· 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