mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-11 00:14:50 +03:00
No need to respond APP_VERSION in FolderInformation and FolderInformationMultiply requests
This commit is contained in:
parent
e4149b655c
commit
06cb57bc93
3 changed files with 5 additions and 9 deletions
|
|
@ -551,9 +551,9 @@ class AppUser extends AbstractApp {
|
|||
const folders = FolderUserStore.getNextFolderNames(refreshFolders);
|
||||
if (arrayLength(folders)) {
|
||||
Remote.folderInformationMultiply((iError, oData) => {
|
||||
if (!iError && arrayLength(oData.Result.List)) {
|
||||
if (!iError && arrayLength(oData.Result)) {
|
||||
const utc = Date.now();
|
||||
oData.Result.List.forEach(item => {
|
||||
oData.Result.forEach(item => {
|
||||
const hash = getFolderHash(item.Folder),
|
||||
folder = getFolderFromCacheList(item.Folder);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue