Add shareWith to email template metadata

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
This commit is contained in:
Morris Jobke 2017-08-29 16:02:30 +02:00
parent 79a7b7f192
commit 3cfe91bf0f
No known key found for this signature in database
GPG Key ID: FE03C3A163FEDE68
2 changed files with 2 additions and 0 deletions

View File

@ -390,6 +390,7 @@ class ShareByMailProvider implements IShareProvider {
'link' => $link,
'initiator' => $initiatorDisplayName,
'expiration' => $expiration,
'shareWith' => $shareWith,
]);
$emailTemplate->addHeader();

View File

@ -702,6 +702,7 @@ class Manager implements IManager {
'link' => $link,
'initiator' => $initiatorDisplayName,
'expiration' => $expiration,
'shareWith' => $shareWith,
]);
$emailTemplate->addHeader();