fix(client-filters): readd the necessary logic for them to work again

This commit is contained in:
LucasGGamerM
2024-04-12 14:39:33 -03:00
parent 038923bf8f
commit e6a4f81b78
2 changed files with 9 additions and 0 deletions

View File

@@ -24,6 +24,8 @@ import java.util.function.Predicate;
import java.util.stream.Collectors;
import java.util.stream.Stream;
// TODO: This whole class has been ditched upstream. I plan to eventually refactor it to only have the still relevant clientFilters code
public class StatusFilterPredicate implements Predicate<Status>{
private final List<LegacyFilter> clientFilters;
private final List<LegacyFilter> filters;