diff --git a/scl.py b/scl.py index 666d916..e964b2e 100644 --- a/scl.py +++ b/scl.py @@ -432,7 +432,7 @@ with Session(engine) as session: post_result = mastodon_client.status_post( status="\n".join(updated_entries), in_reply_to_id=existing_record.most_recent_post_id, - visibility="unlisted", + visibility="public", language="en", ) existing_record.most_recent_post_id = post_result["id"]