Skip to content

Commit a1a8846

Browse files
committed
chore: update CHANGELOG.md
1 parent 9fb9d4b commit a1a8846

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

packages/stream_feeds/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
## Upcoming
22
- [BREAKING] Unified `ThreadedCommentData` into `CommentData` to handle both flat and threaded comments.
33
- Add support for `enforceUnique` parameter while adding reactions.
4+
- [BREAKING] Changed default behavior for `ActivityAddedEvent` in feeds: activities from other users
5+
are now ignored by default. Only activities from the current user matching the feed's filter are
6+
added. Add `onNewActivity` callback to `feed`, `feedFromId`, or `feedFromQuery` to customize.
47

58
## 0.4.0
69
- [BREAKING] Change `queryFollowSuggestions` return type to `List<FeedSuggestionData>`.

0 commit comments

Comments
 (0)