From 59242d7932495a431cd6c68c7990a8d984953d53 Mon Sep 17 00:00:00 2001 From: Michael Vogel Date: Sat, 28 Nov 2015 07:37:56 +0100 Subject: [PATCH] Forgotten file --- include/ostatus.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/ostatus.php b/include/ostatus.php index 2c6480fd32..750952e908 100644 --- a/include/ostatus.php +++ b/include/ostatus.php @@ -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"));