Skip to content

Commit

Permalink
Merge pull request #363 from bryanjclark/patch-1
Browse files Browse the repository at this point in the history
Fixed broken link
  • Loading branch information
mthurman committed Nov 11, 2013
2 parents 64a53f7 + 6c55041 commit 6434d0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/docs/resources/app-stream/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ One of the main uses of an App Stream is to send notifications to users about wh

App.net recognizes that there are some standard notifications that many clients send to users. To make sure users don't get notifications from other users they've muted or blocked, App.net provides some extra information with each streaming event.

For each streaming event, App.net generates a list of every user who would be notified using the [standard notifications](#what-are-the-standard-notifications). Then, App.net provides a list of user ids who should not receive a notification from this event.
For each streaming event, App.net generates a list of every user who would be notified using the [standard notifications](#standard-notification-types). Then, App.net provides a list of user ids who should not receive a notification from this event.

If your app only sends standard notifications, you won't have to keep lists of who a user has muted or blocked. Instead, when you receive a message from the Streaming API:

Expand Down

0 comments on commit 6434d0d

Please sign in to comment.