Cleaning the code from several tests.
This commit is contained in:
@@ -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')";
|
||||
|
||||
Reference in New Issue
Block a user