mirror of
https://github.com/nextcloud/passman.git
synced 2025-01-01 04:51:44 +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
|
* Assemble notification
|
||||||
*/
|
*/
|
||||||
|
//@TODO add expire_time
|
||||||
|
//@TODO add expire_views
|
||||||
$credential = $this->credentialService->getCredentialById($item_id, $this->userId->getUID());
|
$credential = $this->credentialService->getCredentialById($item_id, $this->userId->getUID());
|
||||||
$credential_owner = $credential->getUserId();
|
$credential_owner = $credential->getUserId();
|
||||||
$result = $this->shareService->createBulkRequests($item_id, $item_guid, $vaults, $permissions, $credential_owner);
|
$result = $this->shareService->createBulkRequests($item_id, $item_guid, $vaults, $permissions, $credential_owner);
|
||||||
|
|
Loading…
Reference in a new issue