From ede75108548febed0e9fb0b56595529927866721 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Fri, 30 Oct 2020 12:10:59 +0100 Subject: Add a function to get the unread count for multiple objects in one go Signed-off-by: Joas Schilling --- tests/lib/Comments/FakeManager.php | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'tests/lib') diff --git a/tests/lib/Comments/FakeManager.php b/tests/lib/Comments/FakeManager.php index 29fb3934362..2434945762c 100644 --- a/tests/lib/Comments/FakeManager.php +++ b/tests/lib/Comments/FakeManager.php @@ -82,6 +82,11 @@ class FakeManager implements ICommentsManager { public function getNumberOfUnreadCommentsForFolder($folderId, IUser $user) { } + public function getNumberOfUnreadCommentsForObjects(string $objectType, array $objectIds, IUser $user, $verb = ''): array { + return []; + } + + public function getActorsInTree($id) { } -- cgit v1.2.3