mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-30 05:44:51 +02:00
Added text snippets
This commit is contained in:
@@ -84,6 +84,8 @@ public class EntityAnswer implements Serializable {
|
||||
@NonNull
|
||||
public Boolean favorite;
|
||||
@NonNull
|
||||
public Boolean snippet;
|
||||
@NonNull
|
||||
public Boolean hide;
|
||||
@NonNull
|
||||
public Boolean external;
|
||||
@@ -409,6 +411,7 @@ public class EntityAnswer implements Serializable {
|
||||
this.standard.equals(other.standard) &&
|
||||
this.receipt.equals(other.receipt) &&
|
||||
this.favorite.equals(other.favorite) &&
|
||||
this.snippet.equals(other.snippet) &&
|
||||
this.hide.equals(other.hide) &&
|
||||
this.external.equals(other.external) &&
|
||||
this.text.equals(other.text) &&
|
||||
|
||||
Reference in New Issue
Block a user