aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhalcy <halcy@ARARAGI-KUN>2022-11-25 01:48:49 +0200
committerhalcy <halcy@ARARAGI-KUN>2022-11-25 01:48:49 +0200
commit4be050d3d7116f08d0a1788fc97cd1e2beb9443b (patch)
tree4efeea52b5bb1153043656b53c53ab43e7480b67 /TODO.md
parent89678e05656c149e2e79d8ab09721059724fa8a0 (diff)
downloadmastodon.py-4be050d3d7116f08d0a1788fc97cd1e2beb9443b.tar.gz
add lang parameter
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 d5e16bd..8e5dad4 100644
--- a/TODO.md
+++ b/TODO.md
@@ -48,7 +48,7 @@ Refer to mastodon changelog and API docs for details when implementing, add or m
48* [ ] Add GET /api/v1/accounts/familiar_followers to REST API 48* [ ] Add GET /api/v1/accounts/familiar_followers to REST API
49* [ ] Add POST /api/v1/accounts/:id/remove_from_followers to REST API 49* [ ] 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* [ ] 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
53* [x] Add notifications for moderators about new sign-ups 53* [x] Add notifications for moderators about new sign-ups
54* [ ] v2 admin account api 54* [ ] v2 admin account api
Powered by cgit v1.2.3 (git 2.41.0)