Merge pull request #9063 from nextcloud/fix-callForSeenUsers

Move on with the next user if we found the user on one user back-end
This commit is contained in:
Morris Jobke 2018-04-04 15:01:04 +02:00 committed by GitHub
commit 9c4d562808
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -478,6 +478,7 @@ class Manager extends PublicEmitter implements IUserManager {
if ($return === false) {
return;
}
break;
}
}
}