mirror of https://github.com/M66B/FairEmail.git
Update message after decryption
This commit is contained in:
parent
132af68687
commit
279f8b5d16
|
@ -286,6 +286,7 @@ public class EntityMessage implements Serializable {
|
||||||
(this.preview == null ? other.preview == null : this.preview.equals(other.preview)) &&
|
(this.preview == null ? other.preview == null : this.preview.equals(other.preview)) &&
|
||||||
//(this.sent == null ? other.sent == null : this.sent.equals(other.sent)) &&
|
//(this.sent == null ? other.sent == null : this.sent.equals(other.sent)) &&
|
||||||
this.received.equals(other.received) &&
|
this.received.equals(other.received) &&
|
||||||
|
this.stored.equals(other.stored) && // updated after decryption
|
||||||
//this.stored.equals(other.stored) &&
|
//this.stored.equals(other.stored) &&
|
||||||
//this.seen.equals(other.seen) &&
|
//this.seen.equals(other.seen) &&
|
||||||
//this.answered.equals(other.answered) &&
|
//this.answered.equals(other.answered) &&
|
||||||
|
|
Loading…
Reference in New Issue