aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'TODO.md')
-rw-r--r--TODO.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/TODO.md b/TODO.md
index a314351..ce01ec1 100644
--- a/TODO.md
+++ b/TODO.md
@@ -22,8 +22,8 @@ Refer to mastodon changelog and API docs for details when implementing, add or m
22----- 22-----
23* [x] Add option to be notified when a followed user posts 23* [x] Add option to be notified when a followed user posts
24* [x] Add duration option to the mute function 24* [x] Add duration option to the mute function
25* [ ] Add ability to block access or limit sign-ups from chosen IPs 25* [postponed to 4.0 because that's when the official docs say it starts existing as an API] Add ability to block access or limit sign-ups from chosen IPs
26* [ ] Add support for managing multiple stream subscriptions in a single connection 26* [postponed - need websocket support first] Add support for managing multiple stream subscriptions in a single connection
27* [x] Add support for limiting results by both min_id and max_id at the same time in REST API 27* [x] Add support for limiting results by both min_id and max_id at the same time in REST API
28* [x] Add GET /api/v1/accounts/:id/featured_tags to REST API 28* [x] Add GET /api/v1/accounts/:id/featured_tags to REST API
29 29
@@ -51,6 +51,7 @@ Refer to mastodon changelog and API docs for details when implementing, add or m
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* [ ] 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 55
553.5.3 563.5.3
56----- 57-----
Powered by cgit v1.2.3 (git 2.41.0)