diff options
author | Eugen <eugen@zeonfederated.com> | 2017-02-14 21:33:31 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-02-14 21:33:31 +0100 |
commit | e571a018531c55f21f29d9e79cfe6161a0bc248a (patch) | |
tree | ea2e64a71e4e8c262230447d1a393eb035cb2881 /docs | |
parent | 3b81baaaaf51ff1c70fb1f865eef07fdb33a5950 (diff) |
Fix outdated info
Diffstat (limited to 'docs')
-rw-r--r-- | docs/Extensions.md | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/docs/Extensions.md b/docs/Extensions.md index 6a940eebc..cf79379eb 100644 --- a/docs/Extensions.md +++ b/docs/Extensions.md @@ -48,9 +48,3 @@ Mastodon uses the following Salmon slaps to signal a follow request, a follow re - `http://activitystrea.ms/schema/1.0/reject` The activity object of the request-friend slap is the account in question. The activity object of the authorize and reject slaps is the original request-friend activity. Request-friend slap is sent to the locked account, when the end-user of that account decides, the authorize/reject decision slap is sent back to the requester. - -#### PuSH amendment - -Mastodon will only deliver PuSH payloads to callback URLs the domain of which matches at least one follower of the account in question. That means anonymous manual/subscriptions are not possible. - -Private statuses do not appear on Atom feeds, but do get delivered in PuSH payloads to the domains of approved followers. |