Skip to content

Commit

Permalink
Fixing post_reply function
Browse files Browse the repository at this point in the history
  • Loading branch information
dmoggles committed Dec 1, 2024
1 parent 9a82e75 commit 8824883
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/blueskysocial/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ def post_reply(self, post: Post, references: Dict[str, Dict[str, str]]) -> dict:
json={
"repo": self.did,
"collection": POST_TYPE,
"record": post.build(self._session),
"record": record,
},
timeout=10,
)
Expand Down

0 comments on commit 8824883

Please sign in to comment.