]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/apitimelineuser.php
Qvitter API changes (thanks hannes2peer)
[quix0rs-gnu-social.git] / actions / apitimelineuser.php
index 2540c036c141b112d7f496ef6166cc656a95a64c..10771fad73972f0d93f153a57690bdf70ab0c0bf 100644 (file)
@@ -229,7 +229,8 @@ class ApiTimelineUserAction extends ApiBareAuthAction
         $notice = $this->user->getNotices(($this->page-1) * $this->count,
                                           $this->count + 1,
                                           $this->since_id,
-                                          $this->max_id);
+                                          $this->max_id,
+                                          $this->scoped);
 
         while ($notice->fetch()) {
             if (count($notices) < $this->count) {