Переглянути джерело

return the as well note if we fetch a share

Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
tags/v14.0.0beta1
Bjoern Schiessle 6 роки тому
джерело
коміт
72d2455577
Аккаунт користувача з таким Email не знайдено

+ 1
- 0
apps/files_sharing/lib/Controller/ShareAPIController.php Переглянути файл

@@ -144,6 +144,7 @@ class ShareAPIController extends OCSController {
'expiration' => null,
'token' => null,
'uid_file_owner' => $share->getShareOwner(),
'note' => $share->getNote(),
'displayname_file_owner' => $shareOwner !== null ? $shareOwner->getDisplayName() : $share->getShareOwner(),
];


Завантаження…
Відмінити
Зберегти