Cleaning the code from several tests.

This commit is contained in:
Michael Vogel 2015-05-30 21:08:24 +02:00
commit a3118e0a6e
3 changed files with 16 additions and 17 deletions

View file

@ -115,7 +115,7 @@ function get_feed_for(&$a, $dfrn_id, $owner_nick, $last_update, $direction = 0,
else
$sort = 'ASC';
// Include answers to status.net posts in public feeds
// Include answers to status.net posts in pubsub feeds
if($forpubsub) {
$sql_post_table = "INNER JOIN `thread` ON `thread`.`iid` = `item`.`parent` ";
$visibility = "OR (`item`.`network` = 'dfrn' AND `thread`.`network`='stat')";