aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAnthony Wang2023-01-18 19:48:11 +0000
committerAnthony Wang2023-01-18 19:48:11 +0000
commit9145dc7a8e057e8dd8958f2131b73a066588f8a0 (patch)
tree654eda145ba1f118fe0198be90345224e3fb703b /README.md
parent60bf76a75e105981782c81d6eec693c5990383a9 (diff)
Implement some more server features
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 1 insertions, 3 deletions
diff --git a/README.md b/README.md
index 48c032b..1b2e2a0 100644
--- a/README.md
+++ b/README.md
@@ -37,9 +37,7 @@ Enjoy your new "extremely hardcore" ActivityPub server!!! 🎉😎🚀🙃🥳
Since Fuwuqi's code is super duper easy to read and extend, the following features are left as an exercise to the reader:
- Multi-user support (hint: dynamically generate `.well-known/webfinger` instead of serving a static file)
-- Liking posts (hint: the implementation is very similar to `Follow`)
-- Announcing posts, AKA boosting
-- Unfollowing, unliking, etc (hint: implement `collection_remove`)
+- Deleting posts
- JSON-LD (hint: don't do it, your brain will thank you)
- Lots of pain