mirror of
https://github.com/cquest/tootbot.git
synced 2024-11-23 20:11:06 +00:00
make toots less visible
This commit is contained in:
parent
1acd039871
commit
bea70c722c
|
@ -202,7 +202,7 @@ if source[:4] == 'http':
|
|||
in_reply_to_id=None,
|
||||
media_ids=toot_media,
|
||||
sensitive=False,
|
||||
visibility='public',
|
||||
visibility='unlisted',
|
||||
spoiler_text=None)
|
||||
if "id" in toot:
|
||||
db.execute("INSERT INTO tweets VALUES ( ? , ? , ? , ? , ? )",
|
||||
|
|
Loading…
Reference in New Issue
Block a user