mirror of
https://github.com/M66B/FairEmail.git
synced 2024-12-25 01:06:04 +00:00
Updated remark
This commit is contained in:
parent
d2cf6c0ce6
commit
d8a7b922a4
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue