Social Feed: Filter logic issue fixed

We’ve corrected the filter logic in our Social Feed app :hammer_and_wrench:

Previously, when using different types of filters, the flag that determined whether a post should be shown was incorrectly calculated, resulting in posts that should have been displayed not appearing.

Now, posts will show up according to the intended logic: a post is displayed if it meets at least one include filter and doesn’t match any exclude filters.


Back to Changelog →

1 Like