No need to call folderInformationMultiply at boot when LIST-STATUS is supported

This commit is contained in:
djmaze 2021-10-27 15:30:19 +02:00
parent 8d07ab87fa
commit d0210bd09a
10 changed files with 97 additions and 83 deletions

View file

@ -855,7 +855,7 @@ class AppUser extends AbstractApp {
this.folderInformation(cF);
}
this.quota();
this.folderInformationMultiply(true);
FolderUserStore.listStatusSupported() || this.folderInformationMultiply(true);
}, 1000);
setTimeout(() => Remote.appDelayStart(()=>0), 35000);