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);
|
} while ($oldbody != $body);
|
||||||
|
|
||||||
// convert to markdown
|
// convert to markdown
|
||||||
$body = bb2diaspora($body);
|
$body = bb2diaspora($body, false, false);
|
||||||
|
|
||||||
// Adding the title
|
// Adding the title
|
||||||
if(strlen($title))
|
if(strlen($title))
|
||||||
|
|
Loading…
Reference in a new issue