THE MAILBOX ACTUALLY WORKS CORRECTLY NOW

This commit is contained in:
Benjamin Elsdon
2022-04-24 19:06:52 +08:00
parent 29a3e64db0
commit a548fe6c52
2 changed files with 63 additions and 40 deletions

View File

@@ -47,7 +47,7 @@ public class Mail {
this._id = _id;
this.mailContent = mailContent;
this.itemList = itemList;
this.sendTime = (int) Instant.now().EPOCH.getEpochSecond();
this.sendTime = (int) Instant.now().getEpochSecond();
this.expireTime = expireTime;
this.importance = importance;
this.isRead = false;