aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhalcy <halcy@ARARAGI-KUN>2022-11-24 01:41:17 +0200
committerhalcy <halcy@ARARAGI-KUN>2022-11-24 01:41:17 +0200
commit066d543109496c732f6c05bfbe3418d30b648f42 (patch)
treed878da1fad7a978e80de8d989b87750cae67ecb5
parent3caa27a113945bc1662f4f63fa0387b9aece6390 (diff)
downloadmastodon.py-066d543109496c732f6c05bfbe3418d30b648f42.tar.gz
Update TODOs
-rw-r--r--TODO.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/TODO.md b/TODO.md
index 97e3530..f603e49 100644
--- a/TODO.md
+++ b/TODO.md
@@ -42,7 +42,7 @@ Refer to mastodon changelog and API docs for details when implementing, add or m
423.5.0 423.5.0
43----- 43-----
44* [x] Add support for incoming edited posts 44* [x] Add support for incoming edited posts
45* [ ] Add notifications for posts deleted by moderators 45* [x] Add notifications for posts deleted by moderators <- by email. not actually API relevant.
46* [ ] Add explore page with trending posts and links 46* [ ] Add explore page with trending posts and links
47* [ ] Add graphs and retention metrics to admin dashboard 47* [ ] 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
@@ -50,7 +50,7 @@ Refer to mastodon changelog and API docs for details when implementing, add or m
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* [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* [ ] 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
55 55
563.5.3 563.5.3
Powered by cgit v1.2.3 (git 2.41.0)