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:
The Dod 2017-06-28 19:40:01 +03:00
parent 23951ad91f
commit 0e2418ea20
4 changed files with 17 additions and 3 deletions

View file

@ -26,6 +26,8 @@ In order to configure Feed2toot, you need to create a feed2toot.ini file (or any
; Here you need the two files created by register_feed2toot_app
user_credentials=/etc/feed2toot/credentials/feed2toot_usercred.txt
client_credentials=/etc/feed2toot/credentials/feed2toot_clientcred.txt
; Default visibility is public, but you can override it
toot_visibility=unlisted
[cache]
cachefile=/var/lib/feed2toot/feed2toot.db