Merge branch 'push-exception' into 'develop'

Push notifications: catch error

See merge request soapbox-pub/soapbox-fe!1040
merge-requests/1041/head
Alex Gleason 3 years ago
commit da7839f778

@ -118,7 +118,7 @@ export function updateNotificationsQueue(notification, intlMessages, intlLocale,
data: {
url: joinPublicPath('/notifications'),
},
});
}).catch(console.error);
}).catch(console.error);
}
} catch(e) {

Loading…
Cancel
Save