fix(SAB): Save avatar to SAB

Signed-off-by: Johannes Merkel <mail@johannesgge.de>
pull/38413/head
Johannes Merkel 2023-05-23 11:15:34 +07:00
parent 0713c1c4c6
commit 5983ef001d
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

@ -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;
}