mirror of
https://git.exozy.me/a/fuwuqi.git
synced 2024-11-22 03:51:02 +00:00
Add notes about unfollowing, unliking, etc
This commit is contained in:
parent
4597632035
commit
6900034f2e
1 changed files with 1 additions and 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
|
||||
|
||||
|
|
Loading…
Reference in a new issue