onepoll: do not update dead feeds
(cherry picked from commit 5a6b14f8787927ee6ea99c622d02875811d3a74a)
This commit is contained in:
@@ -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;
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user