Removed folder last sync time

This commit is contained in:
M66B
2022-05-02 23:10:45 +02:00
parent 0a97174113
commit ce0ba25edd
7 changed files with 10 additions and 42 deletions

View File

@@ -34,7 +34,6 @@ public class TupleAccountFolder extends EntityAccount {
public boolean folderSync;
public String folderState;
public String folderSyncState;
public Long folderLastSync;
public int executing;
public int messages;
public int unseen;
@@ -74,7 +73,6 @@ public class TupleAccountFolder extends EntityAccount {
this.folderSync == other.folderSync &&
Objects.equals(this.folderState, other.folderState) &&
Objects.equals(this.folderSyncState, other.folderSyncState) &&
Objects.equals(this.folderLastSync, other.folderLastSync) &&
this.executing == other.executing &&
this.messages == other.messages &&
this.unseen == other.unseen);