We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9fb9d4b commit a1a8846Copy full SHA for a1a8846
packages/stream_feeds/CHANGELOG.md
@@ -1,6 +1,9 @@
1
## Upcoming
2
- [BREAKING] Unified `ThreadedCommentData` into `CommentData` to handle both flat and threaded comments.
3
- 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.
7
8
## 0.4.0
9
- [BREAKING] Change `queryFollowSuggestions` return type to `List<FeedSuggestionData>`.
0 commit comments