mirror of
https://github.com/nextcloud/passman.git
synced 2024-12-29 11:32:47 +08:00
Add todo
This commit is contained in:
parent
23a02c84d9
commit
04a89a3ea3
1 changed files with 2 additions and 0 deletions
|
@ -95,6 +95,8 @@ class ShareController extends ApiController {
|
|||
/**
|
||||
* Assemble notification
|
||||
*/
|
||||
//@TODO add expire_time
|
||||
//@TODO add expire_views
|
||||
$credential = $this->credentialService->getCredentialById($item_id, $this->userId->getUID());
|
||||
$credential_owner = $credential->getUserId();
|
||||
$result = $this->shareService->createBulkRequests($item_id, $item_guid, $vaults, $permissions, $credential_owner);
|
||||
|
|
Loading…
Reference in a new issue