From f49977e4cf54617ad65783bef128f80a25711cbb Mon Sep 17 00:00:00 2001 From: cquest Date: Thu, 10 Nov 2022 11:56:40 +0100 Subject: [PATCH] send "unlisted" toots instead of "public" to avoid public TL flood --- tootbot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tootbot.py b/tootbot.py index c1faa43..f74eaaa 100755 --- a/tootbot.py +++ b/tootbot.py @@ -258,7 +258,7 @@ else: in_reply_to_id=None, media_ids=toot_media, sensitive=False, - visibility='public', + visibility='unlisted', spoiler_text=None) #break if "id" in toot: