diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2023-07-27 19:34:51 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-07-27 19:34:51 +0900 |
| commit | 8b74d1530ed57d5f1a222de3a62ca8787b050149 (patch) | |
| tree | 9222db5b7581795e0343fda2251727fbfb71d8a7 | |
| parent | feat(backend): support OAuth 2.0 authorization (#11053) (diff) | |
| download | misskey-8b74d1530ed57d5f1a222de3a62ca8787b050149.tar.gz misskey-8b74d1530ed57d5f1a222de3a62ca8787b050149.tar.bz2 misskey-8b74d1530ed57d5f1a222de3a62ca8787b050149.zip | |
Update ROADMAP.md
| -rw-r--r-- | ROADMAP.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ROADMAP.md b/ROADMAP.md index 420f728758..3077c41e73 100644 --- a/ROADMAP.md +++ b/ROADMAP.md @@ -22,7 +22,7 @@ This is the phase we are at now. We need to make a high-maintenance environment Once Phase 1 is complete and an environment conducive to the development of a stable system is in place, the implementation of new functions can begin gradually. - Improve features for moderation -- OAuth2 support https://github.com/misskey-dev/misskey/issues/8262 +- ~~OAuth2 support https://github.com/misskey-dev/misskey/issues/8262~~ → Done ✔️ - GraphQL support? ## (3) Improve scalability |