1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2024-12-25 01:06:04 +00:00

Updated remark

This commit is contained in:
M66B 2018-09-13 07:06:06 +00:00
parent d2cf6c0ce6
commit d8a7b922a4

View file

@ -72,7 +72,7 @@ public class EntityMessage implements Serializable {
@PrimaryKey(autoGenerate = true)
public Long id;
public Long account; // performance, compose = null
public Long account; // performance
@NonNull
public Long folder;
public Long identity;