Make all posts public visibility until we figure out an alternate solution for Bluesky
This commit is contained in:
parent
4f31c1b96d
commit
011a9aea0a
1 changed files with 1 additions and 1 deletions
2
scl.py
2
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"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue