mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-30 05:44:51 +02:00
Prevent crash
This commit is contained in:
@@ -137,7 +137,7 @@ public class EntityAccount extends EntityOrder implements Serializable {
|
||||
public Long quota_usage;
|
||||
public Long quota_limit;
|
||||
|
||||
public Long created;
|
||||
public Long created = 0L;
|
||||
public Boolean tbd;
|
||||
public Long thread;
|
||||
public String state;
|
||||
|
||||
Reference in New Issue
Block a user