Report new email only

Fixes #20
This commit is contained in:
M66B
2018-08-07 18:31:14 +00:00
parent 7f76fbbc98
commit 847db6be1f
6 changed files with 733 additions and 20 deletions

View File

@@ -46,6 +46,7 @@ public class EntityAccount {
public Boolean primary;
@NonNull
public Boolean synchronize;
public Long seen_until;
@Override
public boolean equals(Object obj) {