PubSubHubbub active only when refreshing, not adding a feed

https://github.com/FreshRSS/FreshRSS/issues/312
pull/831/head
Alexandre Alapetite 10 years ago
parent 040a436974
commit 18831a89ef
  1. 2
      app/Controllers/feedController.php

@ -168,7 +168,7 @@ class FreshRSS_feed_Controller extends Minz_ActionController {
// Ok, feed has been added in database. Now we have to refresh entries.
$feed->_id($id);
$feed->faviconPrepare();
$feed->pubSubHubbubPrepare();
//$feed->pubSubHubbubPrepare(); //TODO: prepare PubSubHubbub already when adding the feed
$is_read = FreshRSS_Context::$user_conf->mark_when['reception'] ? 1 : 0;

Loading…
Cancel
Save