[mailstream] Include BB code as plaintext

This commit is contained in:
Matthew Exon 2019-09-28 09:58:24 +02:00
parent a34110c60e
commit 28ea869990
1 changed files with 1 additions and 0 deletions

View File

@ -299,6 +299,7 @@ function mailstream_send(\Friendica\App $a, $message_id, $item, $user) {
$mail->IsHTML(true);
$mail->CharSet = 'utf-8';
$template = Renderer::getMarkupTemplate('mail.tpl', 'addon/mailstream/');
$mail->AltBody = BBCode::toPlaintext($item['body']);
$item['body'] = BBCode::convert($item['body']);
$item['url'] = $a->getBaseURL() . '/display/' . $item['guid'];
$mail->Body = Renderer::replaceMacros($template, [