fix(get-client-filters): make client filters List modifiable, avoiding a crash when trying to modify it

This commit is contained in:
LucasGGamerM
2024-05-11 14:25:44 -03:00
parent 93321720e1
commit 368e226257

View File

@@ -329,7 +329,7 @@ public class AccountSession{
}
public List<FilterResult> getClientSideFilters(Status status) {
List<FilterResult> filters = List.of();
List<FilterResult> filters = new ArrayList<>();
// filter post that have no alt text
// it only applies when activated in the settings