Bugfix: quotaDebounce was removed

This commit is contained in:
djmaze 2021-11-03 15:08:27 +01:00
parent 2a7348081a
commit a3f096b540
2 changed files with 2 additions and 3 deletions

View file

@ -236,7 +236,6 @@ class AppUser extends AbstractApp {
setFolderHash(FolderUserStore.currentFolderFullNameRaw(), '');
}
this.reloadMessageList(!MessageUserStore.list.length);
this.quotaDebounce();
}
}