aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLorenz Diener <[email protected]>2019-04-27 21:04:06 +0200
committerLorenz Diener <[email protected]>2019-04-27 21:04:06 +0200
commite3936649745a627fa2c31fc7b8602793b7d6027b (patch)
treec478eb7f45acbfe63faec6151a23658dfc0da3e6 /mastodon/Mastodon.py
parentc1418e9f3f37319d5142e0fa058e2eab434c4e5d (diff)
downloadmastodon.py-e3936649745a627fa2c31fc7b8602793b7d6027b.tar.gz
Test fixups and small 2.8 fixes
Pagination backwards is broken presently.
Diffstat (limited to 'mastodon/Mastodon.py')
-rw-r--r--mastodon/Mastodon.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/mastodon/Mastodon.py b/mastodon/Mastodon.py
index e6698f8..a99ead0 100644
--- a/mastodon/Mastodon.py
+++ b/mastodon/Mastodon.py
@@ -1036,8 +1036,8 @@ class Mastodon:
1036 1036
1037 Returns a list of `report dicts`_. 1037 Returns a list of `report dicts`_.
1038 1038
1039 Warning: According to the official API documentation, this 1039 Warning: This method has now finally been removed, and will not
1040 method is to be treated as not finalized as of Mastodon 2.1.0. 1040 work on mastodon versions 2.5.0 and above.
1041 """ 1041 """
1042 return self.__api_request('GET', '/api/v1/reports') 1042 return self.__api_request('GET', '/api/v1/reports')
1043 1043
Powered by cgit v1.2.3 (git 2.41.0)