Skip to content

Commit 9c4d562

Browse files
authored
Merge pull request #9063 from nextcloud/fix-callForSeenUsers
Move on with the next user if we found the user on one user back-end
2 parents a3a6685 + 6795b35 commit 9c4d562

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

lib/private/User/Manager.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -478,6 +478,7 @@ public function callForSeenUsers(\Closure $callback) {
478478
if ($return === false) {
479479
return;
480480
}
481+
break;
481482
}
482483
}
483484
}
@@ -488,7 +489,7 @@ public function callForSeenUsers(\Closure $callback) {
488489
* Getting all userIds that have a listLogin value requires checking the
489490
* value in php because on oracle you cannot use a clob in a where clause,
490491
* preventing us from doing a not null or length(value) > 0 check.
491-
*
492+
*
492493
* @param int $limit
493494
* @param int $offset
494495
* @return string[] with user ids

0 commit comments

Comments
 (0)