mirror of
https://github.com/nextcloud/server.git
synced 2026-04-26 00:27:49 -04:00
fix(SAB): Save avatar to SAB
Signed-off-by: Johannes Merkel <mail@johannesgge.de>
This commit is contained in:
parent
0713c1c4c6
commit
5983ef001d
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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue