add fixme for since_id/max_id on fave streaming (?)

This commit is contained in:
Brion Vibber 2010-12-17 14:32:06 -08:00
parent 4adf551f9f
commit 33daace6cb
1 changed files with 13 additions and 0 deletions

View File

@ -85,6 +85,19 @@ class Fave extends Memcached_DataObject
return $ids;
}
/**
* Note that the sorting for this is by order of *fave* not order of *notice*.
*
* @fixme add since_id, max_id support?
*
* @param <type> $user_id
* @param <type> $own
* @param <type> $offset
* @param <type> $limit
* @param <type> $since_id
* @param <type> $max_id
* @return <type>
*/
function _streamDirect($user_id, $own, $offset, $limit, $since_id, $max_id)
{
$fav = new Fave();