tangled
alpha
login
or
join now
edavis.dev
/
bsky-tools
0
fork
atom
this repo has no description
0
fork
atom
overview
issues
pulls
pipelines
bsky-activity: blocks is an attr
Eric Davis
2 years ago
efd9aad0
dc1bcaf4
+1
-1
1 changed file
expand all
collapse all
unified
split
bsky-activity.py
+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
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