Merge pull request #6300 from nextcloud/add-share-with
[stable12] Add shareWith to email template metadata
This commit is contained in:
commit
0433b31d74
|
@ -389,6 +389,7 @@ class ShareByMailProvider implements IShareProvider {
|
|||
'link' => $link,
|
||||
'initiator' => $initiatorDisplayName,
|
||||
'expiration' => $expiration,
|
||||
'shareWith' => $shareWith,
|
||||
]);
|
||||
|
||||
$emailTemplate->addHeader();
|
||||
|
|
|
@ -733,6 +733,7 @@ class Manager implements IManager {
|
|||
'link' => $link,
|
||||
'initiator' => $initiatorDisplayName,
|
||||
'expiration' => $expiration,
|
||||
'shareWith' => $shareWith,
|
||||
]);
|
||||
|
||||
$emailTemplate->addHeader();
|
||||
|
|
Loading…
Reference in New Issue