mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-13 03:27:39 +03:00
Translate request errors for #471
This commit is contained in:
parent
561445de03
commit
4349eda310
66 changed files with 214 additions and 92 deletions
|
|
@ -171,10 +171,8 @@ MessagelistUserStore.reload = (bDropPagePosition = false, bDropCurrentFolderCach
|
|||
if (iError) {
|
||||
if (Notification.RequestAborted !== iError) {
|
||||
MessagelistUserStore([]);
|
||||
MessagelistUserStore.error(getNotification(iError));
|
||||
} else if ('TimeoutError' === oData.reason) {
|
||||
MessagelistUserStore.error(oData.reason);
|
||||
}
|
||||
MessagelistUserStore.error(getNotification(iError));
|
||||
} else {
|
||||
const collection = MessageCollectionModel.reviveFromJson(oData.Result, bCached);
|
||||
if (collection) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue