Skip to content

Commit db04746

Browse files
committed
Update changeset
1 parent e6014f4 commit db04746

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.changeset/clever-friends-carry.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88

99
Initialize feeds in `"compact"` mode by default
1010

11-
The feed client can now be initialized with a `mode` option, set to either `"compact"` or `"rich"`. When `mode` is `"compact"`, the `activities` and `total_activities` fields will _not_ be present on feed items.
11+
The feed client can now be initialized with a `mode` option, set to either `"compact"` or `"rich"`. When `mode` is `"compact"`, the `activities` and `total_activities` fields will _not_ be present on feed items, and the `data` field will not include nested arrays and objects.
1212

13-
**By default, feeds are initialized in `"compact"` mode. If you need to access `activities` and/or `total_activities`, you must initialize your feed in `"rich"` mode.**
13+
**By default, feeds are initialized in `"compact"` mode. If you need to access `activities`, `total_activities`, or the complete `data`, you must initialize your feed in `"rich"` mode.**
1414

1515
If you are using the feed client via `@knocklabs/client` directly:
1616

0 commit comments

Comments
 (0)