diff options
author | Lorenz Diener <[email protected]> | 2017-11-21 13:59:50 +0100 |
---|---|---|
committer | Lorenz Diener <[email protected]> | 2017-11-21 13:59:50 +0100 |
commit | e31b9441f8db1a7778a29331a3a2200b6d8fed97 (patch) | |
tree | 96773a82dc00783d86b1b2f567742117ab7e50ab /mastodon | |
parent | 39548ffe98af942054ee494ad058a31696ad8abe (diff) | |
download | mastodon.py-e31b9441f8db1a7778a29331a3a2200b6d8fed97.tar.gz |
Documentation about visibility fixed (Fixes #55)
Diffstat (limited to 'mastodon')
-rw-r--r-- | mastodon/Mastodon.py | 6 |
1 files 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: | |||
532 | 'public' - post will be public | 532 | 'public' - post will be public |
533 | 533 | ||
534 | If not passed in, visibility defaults to match the current account's | 534 | If not passed in, visibility defaults to match the current account's |
535 | locked setting (private if the account is locked, public otherwise). | 535 | default-privacy setting (starting with Mastodon version 1.6) or its |
536 | Note that the "privacy" setting is not currently used in determining | 536 | locked setting - private if the account is locked, public otherwise |
537 | visibility when not specified. | 537 | (for Mastodon versions lower than 1.6). |
538 | 538 | ||
539 | The spoiler_text parameter is a string to be shown as a warning before | 539 | The spoiler_text parameter is a string to be shown as a warning before |
540 | the text of the status. If no text is passed in, no warning will be | 540 | the text of the status. If no text is passed in, no warning will be |