mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-01 22:56:33 +02:00
Small fix
This commit is contained in:
@@ -522,6 +522,7 @@ public class EntityAnswer implements Serializable {
|
||||
Objects.equals(this.group, other.group) &&
|
||||
this.standard.equals(other.standard) &&
|
||||
this.receipt.equals(other.receipt) &&
|
||||
this.ai.equals(other.ai) &&
|
||||
this.favorite.equals(other.favorite) &&
|
||||
this.snippet.equals(other.snippet) &&
|
||||
this.hide.equals(other.hide) &&
|
||||
|
||||
Reference in New Issue
Block a user