mirror of
https://github.com/cquest/tootbot.git
synced 2025-01-18 04:16:59 +00:00
send "unlisted" toots instead of "public" to avoid public TL flood
This commit is contained in:
parent
a858cd4608
commit
f49977e4cf
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue
Block a user