Set forwarded keyword after sending

This commit is contained in:
M66B
2020-05-06 14:50:30 +02:00
parent 877221cd40
commit 124a86aac8
5 changed files with 29 additions and 6 deletions

View File

@@ -107,6 +107,7 @@ public class EntityMessage implements Serializable {
public String references;
public String deliveredto;
public String inreplyto;
public String wasforwardedfrom;
public String thread; // compose = null
public Integer priority;
public Integer importance;