Merge pull request #53265 from nextcloud/backport/52215/stable30

[stable30] perf(carddav): don't query circle memberships
pull/53325/head
Andy Scherzinger 2025-06-04 11:16:53 +07:00 committed by GitHub
commit 460dd27b07
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 1 deletions

@ -127,7 +127,6 @@ class CardDavBackend implements BackendInterface, SyncSupport {
// query for shared addressbooks
$principals = $this->principalBackend->getGroupMembership($principalUriOriginal, true);
$principals = array_merge($principals, $this->principalBackend->getCircleMembership($principalUriOriginal));
$principals[] = $principalUri;