Merge pull request #52215 from nextcloud/perf/carddav/dont-query-circles

perf(carddav): don't query circle memberships
pull/52931/head
Daniel 2025-06-01 19:57:13 +07:00 committed by GitHub
commit daa9852722
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;