diff --git a/index.html b/index.html index cbb9f3e..f53af5b 100644 --- a/index.html +++ b/index.html @@ -626,25 +626,39 @@ Location: https://dustycloud.org/likes/345
The Follow
activity is used to subscribe to the
activities of another user.
- Once the user has followed a user, activities shared with the Follows
- of that user SHOULD be added to the actors's inbox.
+ The side-effect of receiving this is that the server SHOULD add
+ the actor
to the object
user's
+ Followers Collection.
- The Add
activity is used to add the object to the
- collection specified in the target
property of the
- activity.
+ Upon receipt of an Add
activity, the server SHOULD
+ add the object
to the collection specified in the
+ target
property, unless:
target
is not owned by the receiving
+ server, and thus they can't update it.object
is not allowed to be added to the
+ target
collection for some other reason, at the
+ receiver's discretion.
- The Remove
activity is used to remove the object from
- the collection specified in the target
property of the
- activity.
-
Remove
activity, the server SHOULD
+ remove the object
from the collection specified in the
+ target
property, unless:
+ target
is not owned by the receiving
+ server, and thus they can't update it.object
is not allowed to be added to the
+ target
collection for some other reason, at the
+ receiver's discretion.