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 /docs/index.rst
parentc1418e9f3f37319d5142e0fa058e2eab434c4e5d (diff)
downloadmastodon.py-e3936649745a627fa2c31fc7b8602793b7d6027b.tar.gz
Test fixups and small 2.8 fixes
Pagination backwards is broken presently.
Diffstat (limited to 'docs/index.rst')
-rw-r--r--docs/index.rst8
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
599Push subscription dicts 601Push 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
783Reading data: Reports 785Reading data: Reports (REMOVED IN 2.5.0)
784------------------------------ 786----------------------------------------
785 787
786.. automethod:: Mastodon.reports 788.. automethod:: Mastodon.reports
787 789
Powered by cgit v1.2.3 (git 2.41.0)