fix(client-filters): readd the necessary logic for them to work again
This commit is contained in:
@@ -240,6 +240,13 @@ public abstract class StatusDisplayItem{
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
// Moshidon
|
||||
if(applyingFilter==null){
|
||||
StatusFilterPredicate predicate = new StatusFilterPredicate(accountID, filterContext, FilterAction.WARN);
|
||||
predicate.test(status);
|
||||
applyingFilter = predicate.getApplyingFilter();
|
||||
}
|
||||
}
|
||||
|
||||
ArrayList<StatusDisplayItem> contentItems;
|
||||
|
||||
Reference in New Issue
Block a user