Skip to content

Commit

Permalink
bluesky_client: fix function name
Browse files Browse the repository at this point in the history
  • Loading branch information
Kunsi committed Nov 4, 2024
1 parent 04e48d6 commit 2a30bd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion voctopublish/api_client/bluesky_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ def _send_bluesky_post(message, config):
}
)

for url in _parse_tags(message):
for url in _parse_hashtags(message):
post["facets"].append(
{
"features": [
Expand Down

0 comments on commit 2a30bd3

Please sign in to comment.