diff --git a/content/docs/app-server.md b/content/docs/app-server.md index 9b7d454..a4c4ec6 100644 --- a/content/docs/app-server.md +++ b/content/docs/app-server.md @@ -82,7 +82,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 +the follower of the user's new posts. The follower will still be able to get the user's public posts using the API. {delete_follower example}