Added notification move action

This commit is contained in:
M66B
2019-10-23 12:51:20 +02:00
parent ee39642758
commit f262eb3e3e
11 changed files with 2084 additions and 28 deletions

View File

@@ -92,6 +92,7 @@ public class EntityAccount extends EntityOrder implements Serializable {
public Character separator;
public Long swipe_left;
public Long swipe_right;
public Long move_to;
@NonNull
public Integer poll_interval = DEFAULT_KEEP_ALIVE_INTERVAL; // keep-alive interval
@NonNull