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, 1 insertions, 1 deletions
diff --git a/lib/Controller/FeedController.php b/lib/Controller/FeedController.php
index 86a1f5e57..02fbbc625 100644
--- a/lib/Controller/FeedController.php
+++ b/lib/Controller/FeedController.php
@@ -82,7 +82,7 @@ class FeedController extends Controller
$params = [
'feeds' => $this->feedService->findAllForUser($this->getUserId()),
'starred' => count($this->itemService->starred($this->getUserId())),
- // 'shared' => count($this->itemService->shared($this->getUserId())) // TODO: uncomment when implemented
+ 'shared' => count($this->itemService->sharedWithUser($this->getUserId()))
];
try {