aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhalcy <halcy@ARARAGI-KUN>2022-11-24 00:59:48 +0200
committerhalcy <halcy@ARARAGI-KUN>2022-11-24 00:59:48 +0200
commitb7266db01b73348bb74dd4277053825580193477 (patch)
treea2b713e866298046f8f4fa2bf93566371ded9651 /TODO.md
parent34280e604ce1caf56b3fa0b8501d82bc498b3975 (diff)
downloadmastodon.py-b7266db01b73348bb74dd4277053825580193477.tar.gz
Add new notification types, test for pathlib support
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 4762835..97e3530 100644
--- a/TODO.md
+++ b/TODO.md
@@ -49,7 +49,7 @@ Refer to mastodon changelog and API docs for details when implementing, add or m
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* [ ] Add category and rule_ids params to POST /api/v1/reports IN REST API 50* [ ] Add category and rule_ids params to POST /api/v1/reports IN REST API
51* [ ] Add global lang param to REST API 51* [ ] Add global lang param to REST API
52* [ ] 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* [ ] Add notifications for moderators about new sign-ups 53* [ ] Add notifications for moderators about new sign-ups
54* [ ] v2 admin account api 54* [ ] v2 admin account api
55 55
Powered by cgit v1.2.3 (git 2.41.0)