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.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/Controller/FeedController.php b/lib/Controller/FeedController.php
index 02fbbc625..f071ade0f 100644
--- a/lib/Controller/FeedController.php
+++ b/lib/Controller/FeedController.php
@@ -81,8 +81,7 @@ class FeedController extends Controller
// item id which will be used for marking feeds read
$params = [
'feeds' => $this->feedService->findAllForUser($this->getUserId()),
- 'starred' => count($this->itemService->starred($this->getUserId())),
- 'shared' => count($this->itemService->sharedWithUser($this->getUserId()))
+ 'starred' => count($this->itemService->starred($this->getUserId()))
];
try {