From 0edc424b11a14ce2908ac16739b910febdd1e140 Mon Sep 17 00:00:00 2001 From: Lorenz Diener Date: Fri, 8 Sep 2017 14:51:07 +0200 Subject: [PATCH] Clarify visibility documentation --- mastodon/Mastodon.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/mastodon/Mastodon.py b/mastodon/Mastodon.py index 9e165ca..f073a66 100644 --- a/mastodon/Mastodon.py +++ b/mastodon/Mastodon.py @@ -526,7 +526,9 @@ class Mastodon: 'public' - post will be public If not passed in, visibility defaults to match the current account's - privacy setting (private if the account is locked, public otherwise). + 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. 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