diff options
-rw-r--r-- | mastodon/Mastodon.py | 4 |
1 files changed, 3 insertions, 1 deletions
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: | |||
526 | 'public' - post will be public | 526 | 'public' - post will be public |
527 | 527 | ||
528 | If not passed in, visibility defaults to match the current account's | 528 | If not passed in, visibility defaults to match the current account's |
529 | privacy setting (private if the account is locked, public otherwise). | 529 | locked setting (private if the account is locked, public otherwise). |
530 | Note that the "privacy" setting is not currently used in determining | ||
531 | visibility when not specified. | ||
530 | 532 | ||
531 | The spoiler_text parameter is a string to be shown as a warning before | 533 | The spoiler_text parameter is a string to be shown as a warning before |
532 | the text of the status. If no text is passed in, no warning will be | 534 | the text of the status. If no text is passed in, no warning will be |