From 002a1d1f548bf427936a839a56556bec81eb914a Mon Sep 17 00:00:00 2001 From: Michael Date: Thu, 3 May 2018 13:03:41 +0000 Subject: [PATCH] Reshares had been detected falsely so that were rejected by Diaspora --- src/Content/Text/BBCode.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Content/Text/BBCode.php b/src/Content/Text/BBCode.php index 34fbc635b..c1aca4f6a 100644 --- a/src/Content/Text/BBCode.php +++ b/src/Content/Text/BBCode.php @@ -965,7 +965,7 @@ class BBCode extends BaseObject } if (stripos(normalise_link($link), 'http://twitter.com/') === 0) { - $text .= '
' . $link . ''; + $text .= '
' . $link . ''; } else { $text .= $headline . '
' . trim($share[3]) . "

";