diff options
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 | ||