diff options
author | Lorenz Diener <[email protected]> | 2019-04-27 21:04:06 +0200 |
---|---|---|
committer | Lorenz Diener <[email protected]> | 2019-04-27 21:04:06 +0200 |
commit | e3936649745a627fa2c31fc7b8602793b7d6027b (patch) | |
tree | c478eb7f45acbfe63faec6151a23658dfc0da3e6 /docs | |
parent | c1418e9f3f37319d5142e0fa058e2eab434c4e5d (diff) | |
download | mastodon.py-e3936649745a627fa2c31fc7b8602793b7d6027b.tar.gz |
Test fixups and small 2.8 fixes
Pagination backwards is broken presently.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/index.rst | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/docs/index.rst b/docs/index.rst index 2b5ccf1..aca0b8b 100644 --- a/docs/index.rst +++ b/docs/index.rst | |||
@@ -593,7 +593,9 @@ Report dicts | |||
593 | # report, False otherwise. Note that no indication as to | 593 | # report, False otherwise. Note that no indication as to |
594 | # what action was taken is given and that an admin simply | 594 | # what action was taken is given and that an admin simply |
595 | # marking the report as processed and not doing anything else | 595 | # marking the report as processed and not doing anything else |
596 | # will set this field to True. | 596 | # will set this field to True. Note also that now that there |
597 | # is no way to get any updated report lists, this will | ||
598 | # always be false. | ||
597 | } | 599 | } |
598 | 600 | ||
599 | Push subscription dicts | 601 | Push subscription dicts |
@@ -780,8 +782,8 @@ muted or blocked by the logged in user. | |||
780 | .. automethod:: Mastodon.mutes | 782 | .. automethod:: Mastodon.mutes |
781 | .. automethod:: Mastodon.blocks | 783 | .. automethod:: Mastodon.blocks |
782 | 784 | ||
783 | Reading data: Reports | 785 | Reading data: Reports (REMOVED IN 2.5.0) |
784 | ------------------------------ | 786 | ---------------------------------------- |
785 | 787 | ||
786 | .. automethod:: Mastodon.reports | 788 | .. automethod:: Mastodon.reports |
787 | 789 | ||