return the as well note if we fetch a share
Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
This commit is contained in:
parent
660b5d1af6
commit
72d2455577
1 changed files with 1 additions and 0 deletions
|
@ -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(),
|
||||
];
|
||||
|
||||
|
|
Loading…
Reference in a new issue