Use the contentMap to transmit additional content encodings

This commit is contained in:
Michael 2019-11-12 20:22:35 +00:00
parent 35ece9924d
commit 1fb485af1c
1 changed files with 3 additions and 0 deletions

View File

@ -1270,6 +1270,9 @@ class Transmitter
$data['content'] = BBCode::convert($body, false, 9);
}
$data['contentMap']['text/html'] = BBCode::convert($item['body'], false);
$data['contentMap']['text/markdown'] = BBCode::toMarkdown($item["body"]);
$data['source'] = ['content' => $item['body'], 'mediaType' => "text/bbcode"];
if (!empty($item['signed_text']) && ($item['uri'] != $item['thr-parent'])) {