diff --git a/lib/Db/SharingACL.php b/lib/Db/SharingACL.php index af4d89dd..2ea1ef3b 100644 --- a/lib/Db/SharingACL.php +++ b/lib/Db/SharingACL.php @@ -73,6 +73,9 @@ class SharingACL extends PermissionEntity implements \JsonSerializable 'created' => $this->getCreated(), 'expire' => $this->getExpire(), 'permissions' => $this->getPermissions(), + 'vault_id' => $this->getVaultId(), + 'vault_guid' => $this->getVaultGuid(), + 'shared_key' => $this->getSharedKey(), ]; } } \ No newline at end of file