Libertree: Added a parameter so that the bb2markdown conversion can differ from libertree to diaspora
This commit is contained in:
@@ -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))
|
||||||
|
|||||||
Reference in New Issue
Block a user