Update message after decryption

This commit is contained in:
M66B 2018-12-11 13:56:48 +01:00
parent 132af68687
commit 279f8b5d16
1 changed files with 1 additions and 0 deletions

View File

@ -286,6 +286,7 @@ public class EntityMessage implements Serializable {
(this.preview == null ? other.preview == null : this.preview.equals(other.preview)) &&
//(this.sent == null ? other.sent == null : this.sent.equals(other.sent)) &&
this.received.equals(other.received) &&
this.stored.equals(other.stored) && // updated after decryption
//this.stored.equals(other.stored) &&
//this.seen.equals(other.seen) &&
//this.answered.equals(other.answered) &&