login_hook

This commit is contained in:
Friendika 2011-09-01 06:29:29 -07:00
parent 0cfc8570d2
commit 1621630b06
3 changed files with 13 additions and 6 deletions

View file

@ -20,6 +20,8 @@ function get_feed_for(&$a, $dfrn_id, $owner_nick, $last_update, $direction = 0)
for($x = 2; $x < $a->argc; $x++) {
if($a->argv[$x] == 'converse')
$converse = true;
if($a->argv[$x] == 'starred')
$starred = true;
}
}