]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
add fixme for since_id/max_id on fave streaming (?)
authorBrion Vibber <brion@pobox.com>
Fri, 17 Dec 2010 22:32:06 +0000 (14:32 -0800)
committerBrion Vibber <brion@pobox.com>
Fri, 17 Dec 2010 22:32:06 +0000 (14:32 -0800)
classes/Fave.php

index 3aa23e7b4e6f2ed39c1e9b880539fc998c164f12..4a9cfaae06a0ee7ab880ddd5314531fe077ffcf4 100644 (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();