Merge branch 'push-exception' into 'develop'
Push notifications: catch error See merge request soapbox-pub/soapbox-fe!1040
This commit is contained in:
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…
Reference in New Issue