mirror of
https://github.com/w3c/activitypub.git
synced 2025-06-26 10:11:26 +00:00
Moving Follow / Like activity server to server side effects to the right place
This commit is contained in:
27
index.html
27
index.html
@ -794,11 +794,6 @@ Location: https://dustycloud.org/likes/345
|
||||
is that the server SHOULD add the <code>object</code> to the
|
||||
<code>actor</code>'s <a href="#following">Following Collection</a>.
|
||||
</p>
|
||||
<p>
|
||||
The side effect of receving this in an <strong>inbox</strong> is
|
||||
that the server SHOULD add the <code>actor</code> to the <code>object</code>
|
||||
user's <a href="#followers">Followers Collection</a>.
|
||||
</p>
|
||||
</section>
|
||||
<section id="add-activity-outbox">
|
||||
<h3>Add Activity</h3>
|
||||
@ -840,11 +835,6 @@ Location: https://dustycloud.org/likes/345
|
||||
is that the server MAY add the <code>object</code> to the
|
||||
<code>actor</code>'s <a href="#likes">Likes Collection</a>.
|
||||
</p>
|
||||
<p>
|
||||
The side effect of receving this in an <strong>inbox</strong> is
|
||||
that the server MAY increment the <code>object</code>'s count of
|
||||
likes.
|
||||
</p>
|
||||
</section>
|
||||
<section id="block-activity-outbox">
|
||||
<h3>Block Activity</h3>
|
||||
@ -1038,6 +1028,23 @@ Location: https://dustycloud.org/likes/345
|
||||
</p>
|
||||
<p>TODO: New URI? Can we get as:public in the schema or such?</p>
|
||||
</section>
|
||||
|
||||
<section id="follow-activity-inbox">
|
||||
<h3>Follow Activity</h3>
|
||||
<p>
|
||||
The side effect of receving this in an <strong>inbox</strong> is
|
||||
that the server SHOULD add the <code>actor</code> to the <code>object</code>
|
||||
user's <a href="#followers">Followers Collection</a>.
|
||||
</p>
|
||||
</section>
|
||||
<section id="like-activity-inbox">
|
||||
<h3>Like Activity</h3>
|
||||
<p>
|
||||
The side effect of receving this in an <strong>inbox</strong> is
|
||||
that the server MAY increment the <code>object</code>'s count of
|
||||
likes.
|
||||
</p>
|
||||
</section>
|
||||
</section>
|
||||
|
||||
<section id="authorization">
|
||||
|
Reference in New Issue
Block a user