aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--mastodon/Mastodon.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/mastodon/Mastodon.py b/mastodon/Mastodon.py
index bda3001..1ad512e 100644
--- a/mastodon/Mastodon.py
+++ b/mastodon/Mastodon.py
@@ -944,7 +944,8 @@ class Mastodon:
944 as of Mastodon 2.1.0, this only works properly for instance-local users. 944 as of Mastodon 2.1.0, this only works properly for instance-local users.
945 If `exclude_replies` is set, filter out all statuses that are replies. 945 If `exclude_replies` is set, filter out all statuses that are replies.
946 946
947 Does not require authentication. 947 Does not require authentication for Mastodon versions after 2.7.0 (returns
948 publicly visible statuses in that case).
948 949
949 Returns a list of `toot dicts`_. 950 Returns a list of `toot dicts`_.
950 """ 951 """
Powered by cgit v1.2.3 (git 2.41.0)