mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
Merge pull request #38419 from nextcloud/backport/38413/stable27
[stable27] fix(SAB): Save avatar to SAB
This commit is contained in:
commit
16a1ec629f
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