]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/apitimelineretweetsofme.php
Update URLDetectionTest.php for rel="nofollow external". There are still some broken...
[quix0rs-gnu-social.git] / actions / apitimelineretweetsofme.php
index c77912fd0f24e209bed482232be7110eb7dd45be..ea922fc427121a039cf06d54b9a6716f35145618 100644 (file)
@@ -117,7 +117,7 @@ class ApiTimelineRetweetsOfMeAction extends ApiAuthAction
 
             header('Content-Type: application/atom+xml; charset=utf-8');
 
-            $atom = new AtomNoticeFeed();
+            $atom = new AtomNoticeFeed($this->auth_user);
 
             $atom->setId($id);
             $atom->setTitle($title);