Moved auto seen to advanced account settings

This commit is contained in:
M66B
2019-09-23 15:58:53 +02:00
parent 4b4625dcfc
commit c7190d0a61
9 changed files with 1902 additions and 32 deletions

View File

@@ -86,6 +86,8 @@ public class EntityAccount extends EntityOrder implements Serializable {
public Boolean notify = false;
@NonNull
public Boolean browse = true;
@NonNull
public Boolean auto_seen = true;
public Character separator;
public Long swipe_left;
public Long swipe_right;