From 07f8fdad76d2665ebd1e6d032d1477b1775e58a6 Mon Sep 17 00:00:00 2001 From: provokateurin Date: Mon, 2 Jun 2025 10:31:37 +0200 Subject: [PATCH] fix(ShareByCircleProvider): Include data in getSharesByPath to fix share_with_displayname Signed-off-by: provokateurin --- lib/ShareByCircleProvider.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ShareByCircleProvider.php b/lib/ShareByCircleProvider.php index 74ce0cd0a..05c335335 100644 --- a/lib/ShareByCircleProvider.php +++ b/lib/ShareByCircleProvider.php @@ -492,7 +492,7 @@ public function getShareById($shareId, $recipientId = null): IShare { * @throws RequestBuilderException */ public function getSharesByPath(Node $path): array { - $wrappedShares = $this->shareWrapperService->getSharesByFileId($path->getId()); + $wrappedShares = $this->shareWrapperService->getSharesByFileId($path->getId(), true); return array_filter( array_map(