Revert "Added sort on sent time"

This reverts commit 0e37fd6b5b.
This commit is contained in:
M66B
2020-02-06 22:35:36 +01:00
parent 0e37fd6b5b
commit 90f12f800f
11 changed files with 58 additions and 44 deletions

View File

@@ -117,7 +117,7 @@ public class EntityAccount extends EntityOrder implements Serializable {
@NonNull
public Boolean ignore_size = false;
@NonNull
public Boolean use_date = false; // Obsolete
public Boolean use_date = false;
public String prefix; // namespace, obsolete
public Long quota_usage;