diff --git a/content/docs/app-server.md b/content/docs/app-server.md index cb5aee1..15881c2 100644 --- a/content/docs/app-server.md +++ b/content/docs/app-server.md @@ -64,7 +64,8 @@ Apps can request information on a specific follower. ### DELETE /followers/:id -Apps can end the user's relationship with a follower. +Apps can end the user's relationship with a follower, which means that the server will no longer notify +them of your new posts. They will still be able to get your public posts using the API. {delete_follower example}