Fixed/improved folder synchronization

This commit is contained in:
M66B
2018-12-22 12:40:47 +01:00
parent 14bc4bd7b6
commit cf185bb744
7 changed files with 1290 additions and 22 deletions

View File

@@ -86,7 +86,8 @@ public class EntityFolder implements Serializable {
@NonNull
public Boolean notify = false;
public String[] keywords;
public Boolean tbd;
public Boolean tbc; // to be created
public Boolean tbd; // to be deleted
public String state;
public String sync_state;
public String error;