aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhalcy <halcy@ARARAGI-KUN>2022-11-27 23:55:26 +0200
committerhalcy <halcy@ARARAGI-KUN>2022-11-27 23:55:26 +0200
commitae9f7640878e3f402b4f8784cecadf5aab0d5d7c (patch)
tree59f0843b89db150adbe5eb57b2a79b55c6251a57 /TODO.md
parentb35e3f3da8dee548acedb12cb1883569f03de793 (diff)
downloadmastodon.py-ae9f7640878e3f402b4f8784cecadf5aab0d5d7c.tar.gz
Add remove_from_followers
Diffstat (limited to 'TODO.md')
-rw-r--r--TODO.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/TODO.md b/TODO.md
index 6018703..b991906 100644
--- a/TODO.md
+++ b/TODO.md
@@ -46,7 +46,7 @@ Refer to mastodon changelog and API docs for details when implementing, add or m
46* [x] Add explore page with trending posts and links 46* [x] Add explore page with trending posts and links
47* [x] Add graphs and retention metrics to admin dashboard 47* [x] Add graphs and retention metrics to admin dashboard
48* [x] Add GET /api/v1/accounts/familiar_followers to REST API 48* [x] Add GET /api/v1/accounts/familiar_followers to REST API
49* [ ] Add POST /api/v1/accounts/:id/remove_from_followers to REST API 49* [x] Add POST /api/v1/accounts/:id/remove_from_followers to REST API
50* [x] Add category and rule_ids params to POST /api/v1/reports IN REST API 50* [x] Add category and rule_ids params to POST /api/v1/reports IN REST API
51* [x] Add global lang param to REST API 51* [x] Add global lang param to REST API
52* [x] Add types param to GET /api/v1/notifications in REST API 52* [x] Add types param to GET /api/v1/notifications in REST API
Powered by cgit v1.2.3 (git 2.41.0)