Which package/packages do you use?
Package: @stream-io/feeds-client
Version: 1.10.0
Describe the bug
Applying filters for a notification feed has no effect on aggregated_activities list.
To Reproduce
Steps to reproduce the behavior:
- Create a feed instance with
targetFeed.getOrCreate({ watch: true, filter: { filter_tags: ["your_tag"]} })
- Look at
currentState,
last_get_or_create_request_config - confirm that has the filter applied
activities - has applied the filter
aggregated_activities - shows unfiltered response ❗️
Expected behavior
aggregated_activities should return the filtered data
Version
Which package/packages do you use?
Package: @stream-io/feeds-client
Version: 1.10.0
Describe the bug
Applying filters for a notification feed has no effect on
aggregated_activitieslist.To Reproduce
Steps to reproduce the behavior:
targetFeed.getOrCreate({ watch: true, filter: { filter_tags: ["your_tag"]} })currentState,last_get_or_create_request_config- confirm that has the filter appliedactivities- has applied the filteraggregated_activities- shows unfiltered response ❗️Expected behavior
aggregated_activitiesshould return the filtered dataVersion