mirror of
https://codeberg.org/fediverse/fep.git
synced 2026-08-05 11:46:04 +00:00
FEP-7628: Push and pull modes (#267)
Better terminology. Credit goes to @bumblefudge Reviewed-on: https://codeberg.org/fediverse/fep/pulls/267 Co-authored-by: silverpill <silverpill@firemail.cc> Co-committed-by: silverpill <silverpill@firemail.cc>
This commit is contained in:
@@ -50,10 +50,10 @@ Upon receiving valid `Move` activity, all actors following `object` MAY un-follo
|
||||
|
||||
This activity comes in two sub-types:
|
||||
|
||||
1. `Move` sent by the old actor. In this case, the old server needs to be online.
|
||||
2. `Move` sent by the new actor. In this case, the old server doesn't need to be online, but the person using the actor SHOULD have a reserve copy of the follower list.
|
||||
1. `Move` sent by the old actor (**push mode**). In this case, the old server needs to be online.
|
||||
2. `Move` sent by the new actor (**pull mode**). In this case, the old server doesn't need to be online, but the person using the actor SHOULD have a reserve copy of the follower list.
|
||||
|
||||
Example (activity subtype 1):
|
||||
Example (activity subtype 1, push mode):
|
||||
|
||||
```json
|
||||
{
|
||||
@@ -68,7 +68,7 @@ Example (activity subtype 1):
|
||||
}
|
||||
```
|
||||
|
||||
Example (activity subtype 2):
|
||||
Example (activity subtype 2, pull mode):
|
||||
|
||||
```json
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user