From e31b9441f8db1a7778a29331a3a2200b6d8fed97 Mon Sep 17 00:00:00 2001 From: Lorenz Diener Date: Tue, 21 Nov 2017 13:59:50 +0100 Subject: [PATCH] Documentation about visibility fixed (Fixes #55) --- mastodon/Mastodon.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mastodon/Mastodon.py b/mastodon/Mastodon.py index 4ffdde1..9456495 100644 --- a/mastodon/Mastodon.py +++ b/mastodon/Mastodon.py @@ -532,9 +532,9 @@ class Mastodon: 'public' - post will be public If not passed in, visibility defaults to match the current account's - locked setting (private if the account is locked, public otherwise). - Note that the "privacy" setting is not currently used in determining - visibility when not specified. + default-privacy setting (starting with Mastodon version 1.6) or its + locked setting - private if the account is locked, public otherwise + (for Mastodon versions lower than 1.6). The spoiler_text parameter is a string to be shown as a warning before the text of the status. If no text is passed in, no warning will be