diff options
author | Lorenz Diener <[email protected]> | 2019-06-22 21:03:50 +0200 |
---|---|---|
committer | Lorenz Diener <[email protected]> | 2019-06-22 21:03:50 +0200 |
commit | 09012b690f9fb5fe96802b7cb48829376e78ea99 (patch) | |
tree | 839e452a356d13e0b37b542735779fe721a189ea | |
parent | 0287fa8be93f17a72386744143c33990d16943b3 (diff) | |
download | mastodon.py-09012b690f9fb5fe96802b7cb48829376e78ea99.tar.gz |
Fix docs for account_statuses (closes #178)
-rw-r--r-- | mastodon/Mastodon.py | 3 |
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 | """ |