diff options
author | Anthony Wang | 2023-01-18 19:48:11 +0000 |
---|---|---|
committer | Anthony Wang | 2023-01-18 19:48:11 +0000 |
commit | 9145dc7a8e057e8dd8958f2131b73a066588f8a0 (patch) | |
tree | 654eda145ba1f118fe0198be90345224e3fb703b /README.md | |
parent | 60bf76a75e105981782c81d6eec693c5990383a9 (diff) |
Implement some more server features
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -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 |