Fix Fetch controller.abort(reason) handling #1220

This commit is contained in:
the-djmaze 2023-08-21 11:31:57 +02:00
parent a3bb108b33
commit 4c5f19579c
2 changed files with 3 additions and 4 deletions

View file

@ -222,7 +222,7 @@ MessagelistUserStore.reload = (bDropPagePosition = false, bDropCurrentFolderCach
fCallback = (iError, oData, bCached) => {
let error = '';
if (iError) {
if ('reload' != oData?.reason) {
if ('reload' != oData?.name) {
error = getNotification(iError);
MessagelistUserStore.loading(false);
// if (Notifications.RequestAborted !== iError) {