diff options
author | halcy <halcy@ARARAGI-KUN> | 2022-11-27 23:55:26 +0200 |
---|---|---|
committer | halcy <halcy@ARARAGI-KUN> | 2022-11-27 23:55:26 +0200 |
commit | ae9f7640878e3f402b4f8784cecadf5aab0d5d7c (patch) | |
tree | 59f0843b89db150adbe5eb57b2a79b55c6251a57 /docs | |
parent | b35e3f3da8dee548acedb12cb1883569f03de793 (diff) | |
download | mastodon.py-ae9f7640878e3f402b4f8784cecadf5aab0d5d7c.tar.gz |
Add remove_from_followers
Diffstat (limited to 'docs')
-rw-r--r-- | docs/index.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/index.rst b/docs/index.rst index d035be3..f44ee55 100644 --- a/docs/index.rst +++ b/docs/index.rst | |||
@@ -1102,6 +1102,7 @@ their relationships. | |||
1102 | .. automethod:: Mastodon.account_lookup | 1102 | .. automethod:: Mastodon.account_lookup |
1103 | .. automethod:: Mastodon.account_lists | 1103 | .. automethod:: Mastodon.account_lists |
1104 | .. automethod:: Mastodon.account_familiar_followers | 1104 | .. automethod:: Mastodon.account_familiar_followers |
1105 | .. automethod:: Mastodon.account_remove_from_followers | ||
1105 | 1106 | ||
1106 | Reading data: Featured tags | 1107 | Reading data: Featured tags |
1107 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~ | 1108 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~ |