diff options
| author | 2015-05-15 15:46:51 +0200 | |
|---|---|---|
| committer | 2015-05-15 15:46:51 +0200 | |
| commit | 18831a89efadf8a05fcc3285fa6af0051e41df2b (patch) | |
| tree | 837046d1c092484372542bdc1f4ff33823c62e86 /app/Controllers/feedController.php | |
| parent | 040a436974d65fcab5f47b1e1e40bea6bb149d35 (diff) | |
PubSubHubbub active only when refreshing, not adding a feed
https://github.com/FreshRSS/FreshRSS/issues/312
Diffstat (limited to 'app/Controllers/feedController.php')
| -rwxr-xr-x | app/Controllers/feedController.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Controllers/feedController.php b/app/Controllers/feedController.php index 0fb4bdf03..ab73879d0 100755 --- a/app/Controllers/feedController.php +++ b/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; |
