From d9f6f5181f801e3a54d66801462b19da6788d4cd Mon Sep 17 00:00:00 2001 From: Michael Vogel Date: Thu, 10 Jul 2014 00:00:09 +0200 Subject: [PATCH] Using @ before username when repeating messages to twitter and statusnet --- include/bbcode.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/bbcode.php b/include/bbcode.php index be7535acee..90d5e93581 100644 --- a/include/bbcode.php +++ b/include/bbcode.php @@ -488,10 +488,10 @@ function bb_ShareAttributes($share, $simplehtml) { $text = $preshare.">> ".$userid_compact.":
".$share[3]; break; case 7: - $text = $preshare."RD ".$userid_compact." ".$share[3]; + $text = $preshare."RD @".$userid_compact." ".$share[3]; break; case 8: - $text = $preshare."RT ".$userid_compact." ".$share[3]; + $text = $preshare."RT @".$userid_compact." ".$share[3]; break; default: $headline = trim($share[1]).'
';