diff options
author | Lorenz Diener <[email protected]> | 2017-09-08 14:51:07 +0200 |
---|---|---|
committer | Lorenz Diener <[email protected]> | 2017-09-08 14:51:07 +0200 |
commit | 0edc424b11a14ce2908ac16739b910febdd1e140 (patch) | |
tree | 1262fd8829dabc252f856218e2875309c30082ff /mastodon | |
parent | c628ff4f0595deba742d8649f6d1cc35e3f22cb9 (diff) | |
download | mastodon.py-0edc424b11a14ce2908ac16739b910febdd1e140.tar.gz |
Clarify visibility documentation
Diffstat (limited to 'mastodon')
-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 |