Added comment
This commit is contained in:
parent
3e4dc941ed
commit
f2f028d8b3
1 changed files with 1 additions and 1 deletions
|
@ -1441,7 +1441,7 @@ function twitter_createpost(App $a, $uid, $post, $self, $create_user, $only_exis
|
|||
if (!empty($post->retweeted_status)) {
|
||||
$retweet = twitter_createpost($a, $uid, $post->retweeted_status, $self, false, false, $noquote);
|
||||
|
||||
//$retweet['object'] = $postarray['object'];
|
||||
//$retweet['object'] = $postarray['object']; // Activate for debugging
|
||||
$retweet['private'] = $postarray['private'];
|
||||
$retweet['allow_cid'] = $postarray['allow_cid'];
|
||||
$retweet['contact-id'] = $postarray['contact-id'];
|
||||
|
|
Loading…
Reference in a new issue