Using @ before username when repeating messages to twitter and statusnet

This commit is contained in:
Michael Vogel 2014-07-10 00:00:09 +02:00
parent c32735cde6
commit d9f6f5181f
1 changed files with 2 additions and 2 deletions

View File

@ -488,10 +488,10 @@ function bb_ShareAttributes($share, $simplehtml) {
$text = $preshare."&gt;&gt; ".$userid_compact.": <br />".$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]).'<div class="shared_header">';