You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/reference/resources/app-stream/index.md
+18-2
Original file line number
Diff line number
Diff line change
@@ -42,7 +42,7 @@ A customized view of the global events happening on App.net that is streamed to
42
42
<tr>
43
43
<td><code>object_types</code></td>
44
44
<td>list</td>
45
-
<td>A list of strings that specify the kinds of objects this stream is interested in. Accepted strings are <code>post</code>, <code>star</code>, <code>user_follow</code>, <code>mute</code>, <code>block</code>, <code>stream_marker</code>, <code>message</code>, <code>channel</code>, <code>channel_subscription</code>, <code>token</code>, <code>file</code>.</td>
45
+
<td>A list of strings that specify the kinds of objects this stream is interested in. Accepted strings are <code>post</code>, <code>star</code>, <code>user_follow</code>, <code>mute</code>, <code>block</code>, <code>stream_marker</code>, <code>message</code>, <code>channel</code>, <code>channel_subscription</code>, <code>token</code>, <code>file</code>, <code>user</code>.</td>
46
46
</tr>
47
47
<tr>
48
48
<td><code>type</code></td>
@@ -122,7 +122,7 @@ The `meta` object may contain the following standard keys:
0 commit comments