Skip to content

Commit

Permalink
Drop context field
Browse files Browse the repository at this point in the history
  • Loading branch information
JoelOtter authored and snarfed committed Oct 23, 2023
1 parent c0596da commit 514f8ce
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion granary/bluesky.py
Original file line number Diff line number Diff line change
Expand Up @@ -1077,7 +1077,6 @@ def _post_to_activity(self, post):
'actor': obj.get('author'),
'object': obj,
'objectType': 'activity',
'context': {'inReplyTo': obj.get('inReplyTo')},
}

def _make_like(self, post, actor):
Expand Down

0 comments on commit 514f8ce

Please sign in to comment.