aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhalcy <halcy@ARARAGI-KUN>2022-11-27 02:43:22 +0200
committerhalcy <halcy@ARARAGI-KUN>2022-11-27 02:43:22 +0200
commit5cf0fa27a95f8c56280ea429dd1d57529fc490ee (patch)
tree26e4485d4e69052bc53c151ba807b8260185a419 /TODO.md
parent7331f7774ae10d927e086318338989de6bc37cad (diff)
downloadmastodon.py-5cf0fa27a95f8c56280ea429dd1d57529fc490ee.tar.gz
add admin stats APIs
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 8e5dad4..b61cee2 100644
--- a/TODO.md
+++ b/TODO.md
@@ -44,7 +44,7 @@ Refer to mastodon changelog and API docs for details when implementing, add or m
44* [x] Add support for incoming edited posts 44* [x] Add support for incoming edited posts
45* [x] Add notifications for posts deleted by moderators <- by email. not actually API relevant. 45* [x] Add notifications for posts deleted by moderators <- by email. not actually API relevant.
46* [x] Add explore page with trending posts and links 46* [x] Add explore page with trending posts and links
47* [ ] Add graphs and retention metrics to admin dashboard 47* [x] Add graphs and retention metrics to admin dashboard
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
@@ -55,7 +55,7 @@ Refer to mastodon changelog and API docs for details when implementing, add or m
55 55
563.5.3 563.5.3
57----- 57-----
58* [ ] Add limited attribute to accounts in REST API 58* [later with tool to update dicts] Add limited attribute to accounts in REST API
59 59
604.0.0 and beyond 604.0.0 and beyond
61---------------- 61----------------
Powered by cgit v1.2.3 (git 2.41.0)