aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLorenz Diener <[email protected]>2017-09-08 14:51:07 +0200
committerLorenz Diener <[email protected]>2017-09-08 14:51:07 +0200
commit0edc424b11a14ce2908ac16739b910febdd1e140 (patch)
tree1262fd8829dabc252f856218e2875309c30082ff /mastodon
parentc628ff4f0595deba742d8649f6d1cc35e3f22cb9 (diff)
downloadmastodon.py-0edc424b11a14ce2908ac16739b910febdd1e140.tar.gz
Clarify visibility documentation
Diffstat (limited to 'mastodon')
-rw-r--r--mastodon/Mastodon.py4
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
Powered by cgit v1.2.3 (git 2.41.0)