mirror of
https://github.com/nextcloud/server.git
synced 2026-04-29 18:11:41 -04:00
Merge pull request #38413 from nextcloud/fix/38412/save-avatar-SAB
fix(SAB): Save avatar to SAB
This commit is contained in:
commit
7ec1ceb79a
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