We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d3a526 commit 87c4b43Copy full SHA for 87c4b43
1 file changed
packages/client/src/clients/feed/interfaces.ts
@@ -49,9 +49,11 @@ export interface FeedClientOptions {
49
inclusive?: boolean;
50
};
51
/**
52
- * The mode to render the feed items in. When `mode` is `compact`, feed items will not have
53
- * `activities` and `total_activities` fields, and the `data` field will not include nested
54
- * arrays and objects.
+ * The mode to render the feed items in. When `mode` is `compact`:
+ *
+ * - The `activities` and `total_activities` fields will _not_ be present on feed items
55
+ * - The `data` field will _not_ include nested arrays and objects
56
+ * - The `actors` field will only have up to one actor
57
*
58
* @default "compact"
59
*/
0 commit comments