Skip to content

Applying filters for activity feed v3 returns unfiltered aggregated activities #277

@Ferossgp

Description

@Ferossgp

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:

  1. Create a feed instance with targetFeed.getOrCreate({ watch: true, filter: { filter_tags: ["your_tag"]} })
  2. 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

  • SDK version 1.10.0

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions