aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhalcy <halcy@ARARAGI-KUN>2022-11-13 14:54:23 +0200
committerhalcy <halcy@ARARAGI-KUN>2022-11-13 14:54:23 +0200
commita17b20cfa142469019cd5982ba200510afc1f884 (patch)
treec7e79021572db7fbbf33a1b995e0532bf99a5d56 /TODO.md
parentff489d8d3ef74725a86ed9999c9fa2c8cd32dfac (diff)
downloadmastodon.py-a17b20cfa142469019cd5982ba200510afc1f884.tar.gz
fix naming for featured tags
Diffstat (limited to 'TODO.md')
-rw-r--r--TODO.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/TODO.md b/TODO.md
index 99e9644..292968e 100644
--- a/TODO.md
+++ b/TODO.md
@@ -24,8 +24,8 @@ Refer to mastodon changelog and API docs for details when implementing, add or m
24* [ ] Add duration option to the mute function 24* [ ] Add duration option to the mute function
25* [ ] Add ability to block access or limit sign-ups from chosen IPs 25* [ ] 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* [ ] Add support for managing multiple stream subscriptions in a single connection
27* [ ] 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* [ ] 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
303.4.0 303.4.0
31----- 31-----
Powered by cgit v1.2.3 (git 2.41.0)