From e3936649745a627fa2c31fc7b8602793b7d6027b Mon Sep 17 00:00:00 2001 From: Lorenz Diener Date: Sat, 27 Apr 2019 21:04:06 +0200 Subject: Test fixups and small 2.8 fixes Pagination backwards is broken presently. --- mastodon/Mastodon.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mastodon/Mastodon.py') 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: Returns a list of `report dicts`_. - Warning: According to the official API documentation, this - method is to be treated as not finalized as of Mastodon 2.1.0. + Warning: This method has now finally been removed, and will not + work on mastodon versions 2.5.0 and above. """ return self.__api_request('GET', '/api/v1/reports') -- cgit v1.2.3