summaryrefslogtreecommitdiffstats
path: root/lib/Service
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Service')
-rw-r--r--lib/Service/ItemService.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/Service/ItemService.php b/lib/Service/ItemService.php
index d1712fc8b..814a303ed 100644
--- a/lib/Service/ItemService.php
+++ b/lib/Service/ItemService.php
@@ -139,6 +139,8 @@ class ItemService extends Service
$userId,
$search
);
+ case FeedType::SHARED:
+ return [];
default:
return $this->itemMapper->findAllItems(
$limit,