Use the contentMap to transmit additional content encodings
This commit is contained in:
parent
35ece9924d
commit
1fb485af1c
|
@ -1270,6 +1270,9 @@ class Transmitter
|
||||||
$data['content'] = BBCode::convert($body, false, 9);
|
$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"];
|
$data['source'] = ['content' => $item['body'], 'mediaType' => "text/bbcode"];
|
||||||
|
|
||||||
if (!empty($item['signed_text']) && ($item['uri'] != $item['thr-parent'])) {
|
if (!empty($item['signed_text']) && ($item['uri'] != $item['thr-parent'])) {
|
||||||
|
|
Loading…
Reference in a new issue