We’ve corrected the filter logic in our Social Feed app
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.