forked from andyburke/autonomous.contact
feature: watches on the backend, need frontend implementation for
notifications and unread indicators
This commit is contained in:
parent
7046bb0389
commit
6293374bb7
28 changed files with 1405 additions and 608 deletions
|
|
@ -228,8 +228,12 @@ function smarten_feeds() {
|
|||
return;
|
||||
}
|
||||
|
||||
if ( error.name === 'TypeError' && error.message === 'NetworkError when attempting to fetch resource.' ) {
|
||||
console.log( error.message );
|
||||
return;
|
||||
}
|
||||
|
||||
feed.dataset.error = JSON.stringify(error);
|
||||
console.trace(error);
|
||||
})
|
||||
.finally(() => {
|
||||
if (feed.__started && feed.dataset.longpolling) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue