mirror of
https://gitlab.com/jeancf/twoot.git
synced 2024-11-27 14:01:13 +00:00
reasonable values
This commit is contained in:
parent
e6af746c17
commit
9957823cce
|
@ -11,7 +11,7 @@ mastodon_user = ""
|
|||
[options]
|
||||
# Download videos from twitter and upload them on Mastodon
|
||||
# Default is false
|
||||
upload_videos = false
|
||||
upload_videos = true
|
||||
|
||||
# Also post the "reply-to" tweets from twitter account
|
||||
# Default is false
|
||||
|
@ -23,11 +23,11 @@ skip_retweets = false
|
|||
|
||||
# Replace redirected links in tweets with direct URLs
|
||||
# Default is false
|
||||
remove_link_redirections = false
|
||||
remove_link_redirections = true
|
||||
|
||||
# Clean up URLs in tweets to remove trackers
|
||||
# Default is false
|
||||
remove_trackers_from_urls = false
|
||||
remove_trackers_from_urls = true
|
||||
|
||||
# Maximum age of tweet to post (in days, decimal values accepted)
|
||||
# Default is 1
|
||||
|
@ -39,4 +39,4 @@ tweet_delay = 0
|
|||
|
||||
# Maximum number of toots to post in this run
|
||||
# Default is 0 (which means unlimited)
|
||||
toot_cap = 0
|
||||
toot_cap = 1
|
||||
|
|
Loading…
Reference in New Issue
Block a user