Skip to content

Commit

Permalink
fix: only include real contacts in carddav sync (#6014)
Browse files Browse the repository at this point in the history
  • Loading branch information
codemonkeysoftware authored Apr 30, 2022
1 parent 5f63bed commit 626f078
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -264,6 +264,7 @@ public function getObjectUuid($collectionId, $uuid)
public function getObjects($collectionId)
{
return $this->user->account->contacts($collectionId)
->real()
->active()
->get();
}
Expand Down

0 comments on commit 626f078

Please sign in to comment.