forked from friendica/friendica-addons
Libertree: Added a parameter so that the bb2markdown conversion can differ from libertree to diaspora
This commit is contained in:
parent
95e6e5efd5
commit
341de3e5ba
|
@ -188,7 +188,7 @@ function libertree_send(&$a,&$b) {
|
|||
} while ($oldbody != $body);
|
||||
|
||||
// convert to markdown
|
||||
$body = bb2diaspora($body);
|
||||
$body = bb2diaspora($body, false, false);
|
||||
|
||||
// Adding the title
|
||||
if(strlen($title))
|
||||
|
|
Loading…
Reference in a new issue