summaryrefslogtreecommitdiffstats
path: root/lib/Service/ItemServiceV2.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Service/ItemServiceV2.php')
-rw-r--r--lib/Service/ItemServiceV2.php13
1 files changed, 13 insertions, 0 deletions
diff --git a/lib/Service/ItemServiceV2.php b/lib/Service/ItemServiceV2.php
index 10463b13a..1f5acc070 100644
--- a/lib/Service/ItemServiceV2.php
+++ b/lib/Service/ItemServiceV2.php
@@ -296,6 +296,19 @@ class ItemServiceV2 extends Service
}
/**
+ * Returns all new shared items
+ * @param string $userId the name of the user
+ * @param int $updatedSince a timestamp with the minimal modification date
+ * @param boolean $hideRead if unread items should also be returned
+ *
+ * @return array of items
+ */
+ public function findAllSharedAfter(string $userId, int $updatedSince, bool $hideRead): array
+ {
+ return $this->mapper->findAllSharedAfter($userId, $updatedSince, $hideRead);
+ }
+
+ /**
* Returns all new items of a type
*
* @param string $userId the name of the user