Add notes about unfollowing, unliking, etc

This commit is contained in:
Anthony Wang 2023-01-18 18:32:29 +00:00
parent 4597632035
commit 6900034f2e
No known key found for this signature in database
GPG key ID: 42A5B952E6DD8D38

View file

@ -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