fix /mail/ REST API call returned null instead of identity names

This commit is contained in:
ralf 2023-12-21 17:31:43 +02:00
parent 5cf18de2c5
commit dfc8b95cff

View File

@ -487,7 +487,7 @@ class ApiHandler extends Api\CalDAV\Handler
{
$files['files'][] = [
'path' => $path.$ident_id,
'props' => ['name' => ['val' => $identity]],
'props' => ['data' => ['val' => $identity]],
];
}
}