Small fix

This commit is contained in:
M66B
2023-01-03 17:42:42 +01:00
parent 4219eda056
commit 49e438419d

View File

@@ -47,6 +47,7 @@ public class TupleAccountState extends EntityAccount {
Objects.equals(this.max_messages, other.max_messages) &&
this.keep_alive_noop.equals(other.keep_alive_noop) &&
this.poll_interval.equals(other.poll_interval) &&
this.poll_exempted.equals(other.poll_exempted) &&
this.partial_fetch.equals(other.partial_fetch) &&
this.ignore_size.equals(other.ignore_size) &&
this.use_date.equals(other.use_date) &&