Notify new messages after account creation only

This commit is contained in:
M66B
2018-11-06 16:45:52 +00:00
parent eb6203ab85
commit 5e9bb1415d
6 changed files with 1059 additions and 1 deletions

View File

@@ -62,6 +62,7 @@ public class EntityAccount {
@NonNull
public Integer poll_interval; // keep-alive interval
public Long seen_until; // obsolete
public Long created;
public String state;
public String error;