onepoll: do not update dead feeds

(cherry picked from commit 5a6b14f8787927ee6ea99c622d02875811d3a74a)
This commit is contained in:
Mario
2019-11-15 10:01:21 +00:00
parent fd7d497cd1
commit 05604e4bd2
2 changed files with 11 additions and 5 deletions

View File

@@ -1760,7 +1760,11 @@ function handle_feed($uid, $abook_id, $url) {
if($z['success']) {
consume_feed($z['body'], $channel, $x[0], 1);
consume_feed($z['body'], $channel, $x[0], 2);
return true;
}
return false;
}