mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-31 21:19:21 +03:00
Bugfix: replaced momentjs had timestamp issue
This commit is contained in:
parent
ecbe543b15
commit
b57b555bed
3 changed files with 19 additions and 35 deletions
|
|
@ -745,14 +745,13 @@ class MessageUserStore {
|
|||
unreadCountChange = false;
|
||||
|
||||
const list = [],
|
||||
utc = momentNowUnix(),
|
||||
iCount = pInt(data.Result.MessageResultCount),
|
||||
iOffset = pInt(data.Result.Offset);
|
||||
|
||||
const folder = getFolderFromCacheList(isNormal(data.Result.Folder) ? data.Result.Folder : '');
|
||||
|
||||
if (folder && !cached) {
|
||||
folder.interval = utc;
|
||||
folder.interval = momentNowUnix();
|
||||
|
||||
setFolderHash(data.Result.Folder, data.Result.FolderHash);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue