summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrion Vibber <brion@pobox.com>2010-12-17 14:32:06 -0800
committerBrion Vibber <brion@pobox.com>2010-12-17 14:32:06 -0800
commit33daace6cb7bf607b94ae684389d5577c290f026 (patch)
treeadb45577382a22e3c5a84a66fad405db57a8e94e
parent4adf551f9fe73209bf44afb2960667bb62d66c6f (diff)
add fixme for since_id/max_id on fave streaming (?)
-rw-r--r--classes/Fave.php13
1 files changed, 13 insertions, 0 deletions
diff --git a/classes/Fave.php b/classes/Fave.php
index 3aa23e7b4..4a9cfaae0 100644
--- a/classes/Fave.php
+++ b/classes/Fave.php
@@ -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();