Skip to content

Commit

Permalink
fixup! feat(dav): Add and filter locally scoped properties for federa…
Browse files Browse the repository at this point in the history
…ted address book sync

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
  • Loading branch information
ChristophWurst committed May 9, 2023
1 parent 62aa35d commit f0303d3
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions apps/dav/lib/CardDAV/SystemAddressbook.php
Original file line number Diff line number Diff line change
Expand Up @@ -118,12 +118,9 @@ public function getChild($name): Card {
}

/**
* @param $syncToken
* @param $syncLevel
* @param $limit
* @throws UnsupportedLimitOnInitialSyncException
*/
public function getChanges($syncToken, $syncLevel, $limit = null): ?array {
public function getChanges($syncToken, $syncLevel, $limit = null) {
if (!$syncToken && $limit) {
throw new UnsupportedLimitOnInitialSyncException();
}
Expand Down

0 comments on commit f0303d3

Please sign in to comment.