From 658b48571b4666955491f7a0ae6a3c9ba65fbd56 Mon Sep 17 00:00:00 2001 From: The Dod Date: Wed, 28 Jun 2017 21:21:27 +0300 Subject: [PATCH] Comment out `toot_visibility` in examples (to stress that it's optional) --- README.md | 4 ++-- docs/source/configure.rst | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index c59105d..033adf0 100644 --- a/README.md +++ b/README.md @@ -40,8 +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 + ; Default visibility is public, but you can override it: + ; toot_visibility=unlisted [cache] cachefile=cache.db diff --git a/docs/source/configure.rst b/docs/source/configure.rst index 818e4fb..f354ce8 100644 --- a/docs/source/configure.rst +++ b/docs/source/configure.rst @@ -26,8 +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 + ; Default visibility is public, but you can override it: + ; toot_visibility=unlisted [cache] cachefile=/var/lib/feed2toot/feed2toot.db