Translate request errors for #471

This commit is contained in:
the-djmaze 2022-08-02 11:01:19 +02:00
parent 561445de03
commit 4349eda310
66 changed files with 214 additions and 92 deletions

View file

@ -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) {