diff options
author | Andrew Godwin | 2022-12-17 17:02:31 -0700 |
---|---|---|
committer | Andrew Godwin | 2022-12-17 17:02:54 -0700 |
commit | 03929e12ea7efe972417512f8588419d15b3ef3d (patch) | |
tree | 665edb5915404e6c9d2a0606c41280a497402a50 | |
parent | f02f1541add5242e13abf8852d381458315ecaab (diff) | |
download | takahe-03929e12ea7efe972417512f8588419d15b3ef3d.tar.gz takahe-03929e12ea7efe972417512f8588419d15b3ef3d.tar.bz2 takahe-03929e12ea7efe972417512f8588419d15b3ef3d.zip |
We got some stuff done!
-rw-r--r-- | docs/features.rst | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/features.rst b/docs/features.rst index 93e0295..f3897e7 100644 --- a/docs/features.rst +++ b/docs/features.rst @@ -18,23 +18,23 @@ Currently, it supports: * Profile pages with bios, icons, and header images * RSS feeds for users' public posts * Hashtag linking and searching +* Emoji fetching and display * Searching for users by exact handle * Multiple domain support * Multiple identity (per user account support) +* Moderation flagging system and queue * Server defederation (blocking) * Signup flow * Password reset flow * Hashtag trending system with moderation +* Mastodon-compatible client API for use with apps (alpha stage) Features planned for releases up to 1.0: -* A mode where followers must be approved -* Emoji fetching and display -* Emoji creation at server level +* Manual approval of followers +* Emoji admin page * Server announcements system -* Moderation flagging system and queue * IP and email domain banning -* Mastodon-compatible client API for use with apps Features that may make it into 1.0, or might be further out: |