Add config option to change toot visibility
Some instances allow bots only if their toots are unlisted, in order to avoid flooding the public timeline (makes sense).
This commit is contained in:
parent
23951ad91f
commit
0e2418ea20
4 changed files with 17 additions and 3 deletions
|
@ -40,6 +40,8 @@ Alternatively you can donate cryptocurrencies:
|
|||
instance_url=https://mastodon.social
|
||||
user_credentials=feed2toot_usercred.txt
|
||||
client_credentials=feed2toot_clientcred.txt
|
||||
; Default visibility is public, but you can override it
|
||||
toot_visibility=unlisted
|
||||
|
||||
[cache]
|
||||
cachefile=cache.db
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue