]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/apitimelinegroup.php
Pass auth user into Atom feed generators (needed for outputting favorited status...
[quix0rs-gnu-social.git] / actions / apitimelinegroup.php
index 56d1de094c5da37a12445f107151e66ced41af08..76fa74767e72bca6b75060465ab54395a86c1fab 100644 (file)
@@ -105,7 +105,7 @@ class ApiTimelineGroupAction extends ApiPrivateAuthAction
     function showTimeline()
     {
         // We'll pull common formatting out of this for other formats
-        $atom = new AtomGroupNoticeFeed($this->group);
+        $atom = new AtomGroupNoticeFeed($this->group, $this->auth_user);
 
         $self = $this->getSelfUri();