Merge pull request #6301 from nextcloud/master-add-share-with
Add shareWith to email template metadata
This commit is contained in:
commit
d86bb5aed8
2 changed files with 2 additions and 0 deletions
|
@ -390,6 +390,7 @@ class ShareByMailProvider implements IShareProvider {
|
|||
'link' => $link,
|
||||
'initiator' => $initiatorDisplayName,
|
||||
'expiration' => $expiration,
|
||||
'shareWith' => $shareWith,
|
||||
]);
|
||||
|
||||
$emailTemplate->addHeader();
|
||||
|
|
|
@ -702,6 +702,7 @@ class Manager implements IManager {
|
|||
'link' => $link,
|
||||
'initiator' => $initiatorDisplayName,
|
||||
'expiration' => $expiration,
|
||||
'shareWith' => $shareWith,
|
||||
]);
|
||||
|
||||
$emailTemplate->addHeader();
|
||||
|
|
Loading…
Reference in a new issue