Small fix

This commit is contained in:
M66B 2022-12-31 10:31:47 +01:00
parent 2b4e822bec
commit df05998a60
1 changed files with 1 additions and 0 deletions

View File

@ -1225,6 +1225,7 @@ public class BoundaryCallbackMessages extends PagedList.BoundaryCallback<TupleMe
if (obj instanceof SearchCriteria) {
SearchCriteria other = (SearchCriteria) obj;
return (Objects.equals(this.query, other.query) &&
this.fts == other.fts &&
this.in_senders == other.in_senders &&
this.in_recipients == other.in_recipients &&
this.in_subject == other.in_subject &&