]> git.mxchange.org Git - friendica.git/commitdiff
Forgotten file
authorMichael Vogel <icarus@dabo.de>
Sat, 28 Nov 2015 06:37:56 +0000 (07:37 +0100)
committerMichael Vogel <icarus@dabo.de>
Sat, 28 Nov 2015 06:37:56 +0000 (07:37 +0100)
include/ostatus.php

index 2c6480fd3281b2145faa51691fbe1077c8b32477..750952e9086ee181680d93a91757a7baabeb34e0 100644 (file)
@@ -1335,7 +1335,7 @@ function ostatus_entry($doc, $item, $owner, $toplevel = false) {
        if ($item['title'] != "")
                $body = "[b]".$item['title']."[/b]\n\n".$body;
 
-       $body = bb_remove_share_information($body);
+       //$body = bb_remove_share_information($body);
        $body = bbcode($body, false, false, 7);
 
        xml_add_element($doc, $entry, "content", $body, array("type" => "html"));