diff options
author | Anthony Wang | 2023-01-18 18:32:29 +0000 |
---|---|---|
committer | Anthony Wang | 2023-01-18 18:32:29 +0000 |
commit | 6900034f2e81831a07bd7ff1928067de4ebd4814 (patch) | |
tree | 39da6930a5fccc3d3bc49e912c32d8d526644a2b | |
parent | 45976320359f98bdaac160817e299b52750c0327 (diff) |
Add notes about unfollowing, unliking, etc
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -39,6 +39,7 @@ Since Fuwuqi's code is super duper easy to read and extend, the following featur - 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`) - JSON-LD (hint: don't do it, your brain will thank you) - Lots of pain |