mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
Add shareWith to email template metadata
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
This commit is contained in:
parent
79a7b7f192
commit
3cfe91bf0f
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