]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/apiconversation.php
Qvitter API changes (thanks hannes2peer)
[quix0rs-gnu-social.git] / actions / apiconversation.php
index b3b44c77219b415f1cbe1dfa53a8fa45ffad5871..0e292303d58b2791e052f4da9d8c50eb63e096d2 100644 (file)
@@ -75,9 +75,7 @@ class ApiconversationAction extends ApiAuthAction
                                       404);
         }
 
-        $profile = Profile::current();
-
-        $stream = new ConversationNoticeStream($convId, $profile);
+        $stream = new ConversationNoticeStream($convId, $this->scoped);
 
         $notice = $stream->getNotices(($this->page-1) * $this->count,
                                       $this->count,