Skip to content

Commit

Permalink
Replace "objects" and "activities" in inbox/outbox stream sections
Browse files Browse the repository at this point in the history
Closes #278
  • Loading branch information
cwebber committed Nov 21, 2017
1 parent ec2aef8 commit 69467cd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.html
Expand Up @@ -1069,9 +1069,9 @@ <h2>Outbox</h2>
<code>OrderedCollection</code></a>.
</p>
<p>
The outbox stream contains objects the user has
The outbox stream contains activities the user has
published, subject to the ability of the requestor to retrieve the
object (that is, the contents of the outbox are filtered by the
activity (that is, the contents of the outbox are filtered by the
permissions of the person reading it).
If a user submits a request without
<a href="#authorization">Authorization</a> the server should
Expand Down Expand Up @@ -1100,7 +1100,7 @@ <h2>Inbox</h2>
</p>

<p>
The inbox stream contains all objects received by the
The inbox stream contains all activities received by the
actor.
The server SHOULD filter content according to the requester's
permission.
Expand Down

0 comments on commit 69467cd

Please sign in to comment.