like, dislike, activity streams, etc.

This commit is contained in:
Mike Macgirvin 2010-09-17 03:10:19 -07:00
commit a50947a4bc
25 changed files with 564 additions and 77 deletions

View file

@ -201,7 +201,7 @@ function dfrn_poll_post(&$a) {
}
else {
$o = get_feed_for($a,$dfrn_id, $a->argv[1], $last_update);
$o = get_feed_for($a,$dfrn_id, $a->argv[1], $last_update, $direction);
echo $o;
killme();