Merge pull request #38413 from nextcloud/fix/38412/save-avatar-SAB

fix(SAB): Save avatar to SAB
This commit is contained in:
Johannes 2023-05-23 15:55:26 +02:00 committed by GitHub
commit 7ec1ceb79a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -60,7 +60,7 @@ class Converter {
$publish = false;
foreach ($userProperties as $property) {
if (empty($property->getValue())) {
if ($property->getName() !== IAccountManager::PROPERTY_AVATAR && empty($property->getValue())) {
continue;
}