Skip to content

Commit

Permalink
fix: remove from email shares
Browse files Browse the repository at this point in the history
Signed-off-by: Git'Fellow <[email protected]>
  • Loading branch information
solracsf authored Dec 13, 2024
1 parent 3095d20 commit ce4276f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions apps/sharebymail/lib/ShareByMailProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -352,10 +352,6 @@ protected function sendEmail(IShare $share, array $emails): void {
);
}

$emailTemplate->addBodyText(
$this->l->t('Click the button below to open it.')
);

$emailTemplate->addBodyButton(
$this->l->t('Open %s', [$filename]),
$link
Expand Down

0 comments on commit ce4276f

Please sign in to comment.