summaryrefslogtreecommitdiffstats
path: root/lib/Controller/FeedController.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Controller/FeedController.php')
-rw-r--r--lib/Controller/FeedController.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/Controller/FeedController.php b/lib/Controller/FeedController.php
index ba39fdf7a..9f7c9b0d6 100644
--- a/lib/Controller/FeedController.php
+++ b/lib/Controller/FeedController.php
@@ -180,6 +180,8 @@ class FeedController extends Controller
);
$params = ['feeds' => [$feed]];
+ $this->feedService->fetch($feed);
+
try {
$id = $this->itemService->getNewestItemId($this->getUserId());
// An exception occurs if there is a newest item. If there is none,