mirror of
https://github.com/nextcloud/server.git
synced 2026-06-12 10:10:49 -04:00
Sync all users to the system addresssbook
Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
parent
befd1aef42
commit
c255dd3606
1 changed files with 1 additions and 1 deletions
|
|
@ -322,7 +322,7 @@ class SyncService {
|
|||
|
||||
public function syncInstance(\Closure $progressCallback = null) {
|
||||
$systemAddressBook = $this->getLocalSystemAddressBook();
|
||||
$this->userManager->callForSeenUsers(function($user) use ($systemAddressBook, $progressCallback) {
|
||||
$this->userManager->callForAllUsers(function($user) use ($progressCallback) {
|
||||
$this->updateUser($user);
|
||||
if (!is_null($progressCallback)) {
|
||||
$progressCallback();
|
||||
|
|
|
|||
Loading…
Reference in a new issue