mirror of
https://github.com/w3c/activitypub.git
synced 2025-06-28 05:49:32 +00:00
Reference the ActivityStreams audience targeting directly
That should be enough information to close #159.
This commit is contained in:
@ -1419,8 +1419,10 @@ Location: https://dustycloud.org/likes/345
|
|||||||
<a href="#actors">actors</a>) by first looking up the targets'
|
<a href="#actors">actors</a>) by first looking up the targets'
|
||||||
inboxes and then posting the activity to those inboxes.
|
inboxes and then posting the activity to those inboxes.
|
||||||
Targets for delivery are determined by checking the
|
Targets for delivery are determined by checking the
|
||||||
<code>to</code>, <code>bto</code>, <code>cc</code>, <code>bcc</code>,
|
<a href="https://www.w3.org/TR/activitystreams-vocabulary/#audienceTargeting">
|
||||||
and <code>audience</code> fields of the activity.
|
ActivityStreams audience targeting</a>;
|
||||||
|
namely, the <code>to</code>, <code>bto</code>, <code>cc</code>,
|
||||||
|
<code>bcc</code>, and <code>audience</code> fields of the activity.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
|
Reference in New Issue
Block a user